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 TextBlockBackcolored
createBlackOnWhite
(java.util.List<java.lang.String> strings) static TextBlockBackcolored
createBlackOnWhite
(java.util.List<java.lang.String> strings, java.awt.image.BufferedImage image, GraphicPosition position) static TextBlockBackcolored
createBlackOnWhiteMonospaced
(java.util.List<java.lang.String> strings) static IEntityImage
createForError
(java.util.List<java.lang.String> strings, boolean useRed) static TextBlockBackcolored
createGreenOnBlackMonospaced
(java.util.List<java.lang.String> strings) void
double
getOverscanX
(StringBounder stringBounder) getShield
(StringBounder stringBounder) boolean
isHidden()
static FontConfiguration
sansSerif12
(HColor color) static FontConfiguration
sansSerif14
(HColor color) Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getInnerPosition, getMinMax
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
getInnerPosition, getMinMax
-
Method Details
-
createForError
-
createGreenOnBlackMonospaced
public static TextBlockBackcolored createGreenOnBlackMonospaced(java.util.List<java.lang.String> strings) -
createBlackOnWhite
-
createBlackOnWhiteMonospaced
public static TextBlockBackcolored createBlackOnWhiteMonospaced(java.util.List<java.lang.String> strings) -
createBlackOnWhite
public static TextBlockBackcolored createBlackOnWhite(java.util.List<java.lang.String> strings, java.awt.image.BufferedImage image, GraphicPosition position) -
sansSerif12
-
sansSerif14
-
drawU
-
calculateDimension
- Specified by:
calculateDimension
in interfaceTextBlock
-
getShapeType
- Specified by:
getShapeType
in interfaceIEntityImage
-
getBackcolor
- Specified by:
getBackcolor
in interfaceTextBlockBackcolored
-
getShield
- Specified by:
getShield
in interfaceIEntityImage
-
isHidden
public boolean isHidden() -
getOverscanX
- Specified by:
getOverscanX
in interfaceIEntityImage
-