com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.diagramcommon.layout
Class Font
java.lang.Object
com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.diagramcommon.layout.Font
- All Implemented Interfaces:
- IFont, com.google.gwt.user.client.rpc.IsSerializable
public class Font
- extends java.lang.Object
- implements IFont, com.google.gwt.user.client.rpc.IsSerializable
|
Constructor Summary |
Font()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Font
public Font()
getSize
public double getSize()
- Specified by:
getSize in interface IFont
setSize
public void setSize(double size)
- Specified by:
setSize in interface IFont
getName
public java.lang.String getName()
- Specified by:
getName in interface IFont
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface IFont
isItalic
public boolean isItalic()
- Specified by:
isItalic in interface IFont
setItalic
public void setItalic(boolean italic)
- Specified by:
setItalic in interface IFont
isUnderline
public boolean isUnderline()
- Specified by:
isUnderline in interface IFont
setUnderline
public void setUnderline(boolean underline)
- Specified by:
setUnderline in interface IFont
isStrikeThrough
public boolean isStrikeThrough()
- Specified by:
isStrikeThrough in interface IFont
setStrikeThrough
public void setStrikeThrough(boolean strikeThrough)
- Specified by:
setStrikeThrough in interface IFont
isBold
public boolean isBold()
- Specified by:
isBold in interface IFont
setBold
public void setBold(boolean bold)
- Specified by:
setBold in interface IFont
Copyright © 2010-2011 Petals Link. All Rights Reserved.