Package net.sourceforge.plantuml.graphic
Class SpecialText
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.SpecialText
-
- All Implemented Interfaces:
UShape
,UShapeIgnorableForCompression
public class SpecialText extends java.lang.Object implements UShapeIgnorableForCompression
-
-
Constructor Summary
Constructors Constructor Description SpecialText(TextBlock title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawWhenCompressed(UGraphic ug, CompressionMode mode)
TextBlock
getTitle()
boolean
isIgnoreForCompressionOn(CompressionMode mode)
-
-
-
Constructor Detail
-
SpecialText
public SpecialText(TextBlock title)
-
-
Method Detail
-
isIgnoreForCompressionOn
public boolean isIgnoreForCompressionOn(CompressionMode mode)
- Specified by:
isIgnoreForCompressionOn
in interfaceUShapeIgnorableForCompression
-
drawWhenCompressed
public void drawWhenCompressed(UGraphic ug, CompressionMode mode)
- Specified by:
drawWhenCompressed
in interfaceUShapeIgnorableForCompression
-
getTitle
public final TextBlock getTitle()
-
-