Package net.sourceforge.plantuml.graphic
Class USymbolHexagon
java.lang.Object
net.sourceforge.plantuml.graphic.USymbol
net.sourceforge.plantuml.graphic.USymbolHexagon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasBig
(TextBlock title, HorizontalAlignment labelAlignment, TextBlock stereotype, double width, double height, SymbolContext symbolContext, HorizontalAlignment stereoAlignment) asSmall
(TextBlock name, TextBlock label, TextBlock stereotype, SymbolContext symbolContext, HorizontalAlignment stereoAlignment) getSName()
Methods inherited from class net.sourceforge.plantuml.graphic.USymbol
getColorParamBack, getColorParamBorder, getFontParam, getFontParamStereotype, suppHeightBecauseOfShape, suppWidthBecauseOfShape
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
USymbolHexagon
public USymbolHexagon()
-
-
Method Details
-
getSkinParameter
- Specified by:
getSkinParameter
in classUSymbol
-
getSName
-
asSmall
public TextBlock asSmall(TextBlock name, TextBlock label, TextBlock stereotype, SymbolContext symbolContext, HorizontalAlignment stereoAlignment) -
asBig
public TextBlock asBig(TextBlock title, HorizontalAlignment labelAlignment, TextBlock stereotype, double width, double height, SymbolContext symbolContext, HorizontalAlignment stereoAlignment)
-