Interface IMapObjectText
- All Known Implementing Classes:
Text
public interface IMapObjectText
Method Summary
Modifier and Type Method Description Align
getAlign()
java.awt.Color
getColor()
java.awt.Font
getFont()
java.lang.String
getText()
Valign
getValign()
boolean
isBold()
boolean
isItalic()
boolean
isStrikeout()
boolean
isUnderlined()
boolean
useKerning()
boolean
wrap()
Method Details
getText
java.lang.String getText()getFont
java.awt.Font getFont()wrap
boolean wrap()getColor
java.awt.Color getColor()getAlign
Align getAlign()getValign
Valign getValign()isBold
boolean isBold()isItalic
boolean isItalic()isUnderlined
boolean isUnderlined()isStrikeout
boolean isStrikeout()useKerning
boolean useKerning()