|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.charts.vector.display.xmlgen.TrackPainterSpec
public class TrackPainterSpec
Java class for TrackPainterSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrackPainterSpec"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="headPointColor" type="{http://geo.metsci.com}ColorSpec" minOccurs="0"/> <element name="headPointSize" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="showHeadPoint" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="pointColor" type="{http://geo.metsci.com}ColorSpec" minOccurs="0"/> <element name="pointSize" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="showPoints" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="lineColor" type="{http://geo.metsci.com}ColorSpec" minOccurs="0"/> <element name="lineWidth" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="showLines" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dotted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="stippleFactor" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="stipplePattern" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/> <element name="labelColor" type="{http://geo.metsci.com}ColorSpec" minOccurs="0"/> <element name="labelLineColor" type="{http://geo.metsci.com}ColorSpec" minOccurs="0"/> <element name="showLabelLine" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="showLabel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
TrackPainterSpec()
|
Method Summary | |
---|---|
ColorSpec |
getHeadPointColor()
Gets the value of the headPointColor property. |
java.lang.Float |
getHeadPointSize()
Gets the value of the headPointSize property. |
java.lang.String |
getLabel()
Gets the value of the label property. |
ColorSpec |
getLabelColor()
Gets the value of the labelColor property. |
ColorSpec |
getLabelLineColor()
Gets the value of the labelLineColor property. |
ColorSpec |
getLineColor()
Gets the value of the lineColor property. |
java.lang.Float |
getLineWidth()
Gets the value of the lineWidth property. |
ColorSpec |
getPointColor()
Gets the value of the pointColor property. |
java.lang.Float |
getPointSize()
Gets the value of the pointSize property. |
java.lang.Integer |
getStippleFactor()
Gets the value of the stippleFactor property. |
java.lang.Short |
getStipplePattern()
Gets the value of the stipplePattern property. |
java.lang.Boolean |
isDotted()
Gets the value of the dotted property. |
java.lang.Boolean |
isShowHeadPoint()
Gets the value of the showHeadPoint property. |
java.lang.Boolean |
isShowLabel()
Gets the value of the showLabel property. |
java.lang.Boolean |
isShowLabelLine()
Gets the value of the showLabelLine property. |
java.lang.Boolean |
isShowLines()
Gets the value of the showLines property. |
java.lang.Boolean |
isShowPoints()
Gets the value of the showPoints property. |
void |
setDotted(java.lang.Boolean value)
Sets the value of the dotted property. |
void |
setHeadPointColor(ColorSpec value)
Sets the value of the headPointColor property. |
void |
setHeadPointSize(java.lang.Float value)
Sets the value of the headPointSize property. |
void |
setLabel(java.lang.String value)
Sets the value of the label property. |
void |
setLabelColor(ColorSpec value)
Sets the value of the labelColor property. |
void |
setLabelLineColor(ColorSpec value)
Sets the value of the labelLineColor property. |
void |
setLineColor(ColorSpec value)
Sets the value of the lineColor property. |
void |
setLineWidth(java.lang.Float value)
Sets the value of the lineWidth property. |
void |
setPointColor(ColorSpec value)
Sets the value of the pointColor property. |
void |
setPointSize(java.lang.Float value)
Sets the value of the pointSize property. |
void |
setShowHeadPoint(java.lang.Boolean value)
Sets the value of the showHeadPoint property. |
void |
setShowLabel(java.lang.Boolean value)
Sets the value of the showLabel property. |
void |
setShowLabelLine(java.lang.Boolean value)
Sets the value of the showLabelLine property. |
void |
setShowLines(java.lang.Boolean value)
Sets the value of the showLines property. |
void |
setShowPoints(java.lang.Boolean value)
Sets the value of the showPoints property. |
void |
setStippleFactor(java.lang.Integer value)
Sets the value of the stippleFactor property. |
void |
setStipplePattern(java.lang.Short value)
Sets the value of the stipplePattern property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TrackPainterSpec()
Method Detail |
---|
public ColorSpec getHeadPointColor()
ColorSpec
public void setHeadPointColor(ColorSpec value)
value
- allowed object is
ColorSpec
public java.lang.Float getHeadPointSize()
Float
public void setHeadPointSize(java.lang.Float value)
value
- allowed object is
Float
public java.lang.Boolean isShowHeadPoint()
Boolean
public void setShowHeadPoint(java.lang.Boolean value)
value
- allowed object is
Boolean
public ColorSpec getPointColor()
ColorSpec
public void setPointColor(ColorSpec value)
value
- allowed object is
ColorSpec
public java.lang.Float getPointSize()
Float
public void setPointSize(java.lang.Float value)
value
- allowed object is
Float
public java.lang.Boolean isShowPoints()
Boolean
public void setShowPoints(java.lang.Boolean value)
value
- allowed object is
Boolean
public ColorSpec getLineColor()
ColorSpec
public void setLineColor(ColorSpec value)
value
- allowed object is
ColorSpec
public java.lang.Float getLineWidth()
Float
public void setLineWidth(java.lang.Float value)
value
- allowed object is
Float
public java.lang.Boolean isShowLines()
Boolean
public void setShowLines(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isDotted()
Boolean
public void setDotted(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getStippleFactor()
Integer
public void setStippleFactor(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Short getStipplePattern()
Short
public void setStipplePattern(java.lang.Short value)
value
- allowed object is
Short
public ColorSpec getLabelColor()
ColorSpec
public void setLabelColor(ColorSpec value)
value
- allowed object is
ColorSpec
public ColorSpec getLabelLineColor()
ColorSpec
public void setLabelLineColor(ColorSpec value)
value
- allowed object is
ColorSpec
public java.lang.Boolean isShowLabelLine()
Boolean
public void setShowLabelLine(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getLabel()
String
public void setLabel(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isShowLabel()
Boolean
public void setShowLabel(java.lang.Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |