Class Pen
java.lang.Object
com.inductiveautomation.rm.shape.j2dshapes.Pen
- All Implemented Interfaces:
Archivable
Simple struct-like class that holds pen options for a reporting chart
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
fromXML
(RXArchiver anArchiver, RXElement e) Unarchival.int
hashCode()
toXML
(RXArchiver anArchiver) Archival.
-
Field Details
-
key
-
display
-
axis
-
style
public int style -
color
-
dash
-
shape
public int shape -
weight
public float weight -
labels
public boolean labels -
fill
public boolean fill
-
-
Constructor Details
-
Pen
public Pen() -
Pen
-
-
Method Details
-
toXML
Description copied from interface:Archivable
Archival.- Specified by:
toXML
in interfaceArchivable
-
fromXML
Description copied from interface:Archivable
Unarchival.- Specified by:
fromXML
in interfaceArchivable
-
equals
-
hashCode
public int hashCode()
-