Package org.eclnt.ccaddons.diagram
Interface IFormattedText
- All Known Implementing Classes:
ChartLineInstance
,ChartShapeInstance
public interface IFormattedText
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setTextAlign
(String textAlign) void
setTextColor
(String textColor) void
setTextFontBold
(boolean textFontBold) void
setTextFontItalic
(boolean textFontItalic) void
setTextFontSize
(String textFontSize)
-
Method Details
-
getTextAlign
String getTextAlign() -
setTextAlign
-
getTextFontSize
String getTextFontSize() -
setTextFontSize
-
isTextFontBold
boolean isTextFontBold() -
setTextFontBold
void setTextFontBold(boolean textFontBold) -
isTextFontItalic
boolean isTextFontItalic() -
setTextFontItalic
void setTextFontItalic(boolean textFontItalic) -
getTextColor
String getTextColor() -
setTextColor
-
getTextFont
String getTextFont()
-