Package net.atmp
Class SpecialText
- java.lang.Object
-
- net.atmp.SpecialText
-
- All Implemented Interfaces:
UShapeIgnorableForCompression
,UShape
public class SpecialText extends 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()
-
-