com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.diagramcommon.layout
Class Font

java.lang.Object
  extended by 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()
           
 
Method Summary
 java.lang.String getName()
           
 double getSize()
           
 boolean isBold()
           
 boolean isItalic()
           
 boolean isStrikeThrough()
           
 boolean isUnderline()
           
 void setBold(boolean bold)
           
 void setItalic(boolean italic)
           
 void setName(java.lang.String name)
           
 void setSize(double size)
           
 void setStrikeThrough(boolean strikeThrough)
           
 void setUnderline(boolean underline)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Font

public Font()
Method Detail

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.