Package net.sourceforge.plantuml.graphic
Class GraphicStrings
java.lang.Object
net.sourceforge.plantuml.graphic.AbstractTextBlock
net.sourceforge.plantuml.graphic.GraphicStrings
- All Implemented Interfaces:
TextBlock,UDrawable,Hideable,IEntityImage,TextBlockBackcolored,UShape
-
Field Summary
Fields inherited from interface net.sourceforge.plantuml.svek.IEntityImage
CORNER, MARGIN, MARGIN_LINE -
Method Summary
Modifier and TypeMethodDescriptioncalculateDimension(StringBounder stringBounder) static TextBlockBackcoloredcreateBlackOnWhite(List<String> strings) static TextBlockBackcoloredcreateBlackOnWhite(List<String> strings, BufferedImage image, GraphicPosition position) static TextBlockBackcoloredcreateBlackOnWhiteMonospaced(List<String> strings) static IEntityImagecreateForError(List<String> strings, boolean useRed) static TextBlockBackcoloredcreateGreenOnBlackMonospaced(List<String> strings) voiddoublegetOverscanX(StringBounder stringBounder) getShield(StringBounder stringBounder) booleanisHidden()static FontConfigurationsansSerif12(HColor color) static FontConfigurationsansSerif14(HColor color) Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getInnerPosition, getMinMaxMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
getInnerPosition, getMinMax
-
Method Details
-
createForError
-
createGreenOnBlackMonospaced
-
createBlackOnWhite
-
createBlackOnWhiteMonospaced
-
createBlackOnWhite
public static TextBlockBackcolored createBlackOnWhite(List<String> strings, BufferedImage image, GraphicPosition position) -
sansSerif12
-
sansSerif14
-
drawU
-
calculateDimension
- Specified by:
calculateDimensionin interfaceTextBlock
-
getShapeType
- Specified by:
getShapeTypein interfaceIEntityImage
-
getBackcolor
- Specified by:
getBackcolorin interfaceTextBlockBackcolored
-
getShield
- Specified by:
getShieldin interfaceIEntityImage
-
isHidden
public boolean isHidden() -
getOverscanX
- Specified by:
getOverscanXin interfaceIEntityImage
-