com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.diagramcommon.layout
Interface IFont
- All Known Implementing Classes:
- Font
public interface IFont
getName
java.lang.String getName()
setName
void setName(java.lang.String name)
isBold
boolean isBold()
isUnderline
boolean isUnderline()
isItalic
boolean isItalic()
isStrikeThrough
boolean isStrikeThrough()
setBold
void setBold(boolean bold)
setUnderline
void setUnderline(boolean underline)
setItalic
void setItalic(boolean italic)
setStrikeThrough
void setStrikeThrough(boolean strikeThrough)
getSize
double getSize()
setSize
void setSize(double s)
Copyright © 2010-2011 Petals Link. All Rights Reserved.