edu.byu.deg.OntologyEditor.epsgraphics
Class EpsDrawState
java.lang.Object
edu.byu.deg.OntologyEditor.epsgraphics.EpsDrawState
- public class EpsDrawState
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EpsDrawState
public EpsDrawState()
- Creates a new instance of EpsDrawState
EpsDrawState
public EpsDrawState(EpsDrawState e)
- Copy constructor
getColor
public Color getColor()
getFontName
public String getFontName()
getFontSize
public int getFontSize()
getFontStyle
public int getFontStyle()
getLineJoin
public int getLineJoin()
getLineCap
public int getLineCap()
getLineWidth
public float getLineWidth()
getMiterLimit
public float getMiterLimit()
getDashPattern
public float[] getDashPattern()
setColor
public void setColor(Color c)
setFontName
public void setFontName(String n)
setFontSize
public void setFontSize(int s)
setFontStyle
public void setFontStyle(int s)
setLineJoin
public void setLineJoin(int j)
setLineCap
public void setLineCap(int c)
setLineWidth
public void setLineWidth(float w)
setMiterLimit
public void setMiterLimit(float l)
setDashPattern
public void setDashPattern(float[] p)
isDifferentColor
public boolean isDifferentColor(Color c)
isDifferentFontName
public boolean isDifferentFontName(String n)
isDifferentFontSize
public boolean isDifferentFontSize(int s)
isDifferentFontStyle
public boolean isDifferentFontStyle(int s)
isDifferentLineJoin
public boolean isDifferentLineJoin(int j)
isDifferentLineCap
public boolean isDifferentLineCap(int c)
isDifferentLineWidth
public boolean isDifferentLineWidth(float w)
isDifferentMiterLimit
public boolean isDifferentMiterLimit(float l)
isDifferentDashPattern
public boolean isDifferentDashPattern(float[] p)