Class ComponentRoseGroupingSpace
- java.lang.Object
-
- net.sourceforge.plantuml.skin.rose.ComponentRoseGroupingSpace
-
-
Constructor Summary
Constructors Constructor Description ComponentRoseGroupingSpace(double space)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrawU(UGraphic ug, Area area, Context2D context)XDimension2DgetPreferredDimension(StringBounder stringBounder)doublegetPreferredHeight(StringBounder stringBounder)doublegetPreferredWidth(StringBounder stringBounder)StyleSignatureBasicgetStyleSignature()Style[]getUsedStyles()
-
-
-
Method Detail
-
getUsedStyles
public Style[] getUsedStyles()
- Specified by:
getUsedStylesin interfaceWithStyle
-
getStyleSignature
public StyleSignatureBasic getStyleSignature()
- Specified by:
getStyleSignaturein interfaceStyleable
-
getPreferredWidth
public double getPreferredWidth(StringBounder stringBounder)
- Specified by:
getPreferredWidthin interfaceComponent
-
getPreferredHeight
public double getPreferredHeight(StringBounder stringBounder)
- Specified by:
getPreferredHeightin interfaceComponent
-
getPreferredDimension
public final XDimension2D getPreferredDimension(StringBounder stringBounder)
- Specified by:
getPreferredDimensionin interfaceComponent
-
-