edu.byu.deg.OntologyEditor.epsgraphics
Class EpsDrawState

java.lang.Object
  extended byedu.byu.deg.OntologyEditor.epsgraphics.EpsDrawState

public class EpsDrawState
extends Object


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

Constructor Detail

EpsDrawState

public EpsDrawState()
Creates a new instance of EpsDrawState


EpsDrawState

public EpsDrawState(EpsDrawState e)
Copy constructor

Method Detail

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)