moebiusViewer
Class Attributes2D

java.lang.Object
  extended bymoebiusViewer.Attributes
      extended bymoebiusViewer.Attributes2D
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class Attributes2D
extends Attributes

See Also:
Serialized Form

Field Summary
protected  java.awt.Graphics2D graphics2d
           
 java.awt.BasicStroke stroke
           
 
Fields inherited from class moebiusViewer.Attributes
antiAliasing, BASE, BOTTOM, CENTER, color, filled, font, graphics, horizontalTextLayout, LEFT, lineWidth, pointColor, pointOutline, pointRadius, RIGHT, TOP, usePointColor, verticalTextLayout
 
Constructor Summary
Attributes2D()
           
 
Method Summary
 boolean getJava2()
           
 void resetGraphics()
           
 void setGraphics(java.awt.Graphics g)
           
 void setLineWidth(double width)
           
 
Methods inherited from class moebiusViewer.Attributes
clone, getAntiAliasing, getColor, getFilled, getFont, getGraphics, getHorizontalTextLayout, getLineWidth, getPointColor, getPointOutline, getPointRadius, getUsePointColor, getVerticalTextLayout, setAntiAliasing, setColor, setFilled, setFont, setHorizontalTextLayout, setPointColor, setPointOutline, setPointRadius, setUsePointColor, setVerticalTextLayout
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

graphics2d

protected transient java.awt.Graphics2D graphics2d

stroke

public transient java.awt.BasicStroke stroke
Constructor Detail

Attributes2D

public Attributes2D()
Method Detail

getJava2

public boolean getJava2()
Overrides:
getJava2 in class Attributes

setLineWidth

public void setLineWidth(double width)
Overrides:
setLineWidth in class Attributes

setGraphics

public void setGraphics(java.awt.Graphics g)
Overrides:
setGraphics in class Attributes

resetGraphics

public void resetGraphics()