com.metsci.glimpse.charts.vector.display.xmlgen
Class TrackPainterSpec

java.lang.Object
  extended by com.metsci.glimpse.charts.vector.display.xmlgen.TrackPainterSpec

public class TrackPainterSpec
extends java.lang.Object

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

TrackPainterSpec

public TrackPainterSpec()
Method Detail

getHeadPointColor

public ColorSpec getHeadPointColor()
Gets the value of the headPointColor property.

Returns:
possible object is ColorSpec

setHeadPointColor

public void setHeadPointColor(ColorSpec value)
Sets the value of the headPointColor property.

Parameters:
value - allowed object is ColorSpec

getHeadPointSize

public java.lang.Float getHeadPointSize()
Gets the value of the headPointSize property.

Returns:
possible object is Float

setHeadPointSize

public void setHeadPointSize(java.lang.Float value)
Sets the value of the headPointSize property.

Parameters:
value - allowed object is Float

isShowHeadPoint

public java.lang.Boolean isShowHeadPoint()
Gets the value of the showHeadPoint property.

Returns:
possible object is Boolean

setShowHeadPoint

public void setShowHeadPoint(java.lang.Boolean value)
Sets the value of the showHeadPoint property.

Parameters:
value - allowed object is Boolean

getPointColor

public ColorSpec getPointColor()
Gets the value of the pointColor property.

Returns:
possible object is ColorSpec

setPointColor

public void setPointColor(ColorSpec value)
Sets the value of the pointColor property.

Parameters:
value - allowed object is ColorSpec

getPointSize

public java.lang.Float getPointSize()
Gets the value of the pointSize property.

Returns:
possible object is Float

setPointSize

public void setPointSize(java.lang.Float value)
Sets the value of the pointSize property.

Parameters:
value - allowed object is Float

isShowPoints

public java.lang.Boolean isShowPoints()
Gets the value of the showPoints property.

Returns:
possible object is Boolean

setShowPoints

public void setShowPoints(java.lang.Boolean value)
Sets the value of the showPoints property.

Parameters:
value - allowed object is Boolean

getLineColor

public ColorSpec getLineColor()
Gets the value of the lineColor property.

Returns:
possible object is ColorSpec

setLineColor

public void setLineColor(ColorSpec value)
Sets the value of the lineColor property.

Parameters:
value - allowed object is ColorSpec

getLineWidth

public java.lang.Float getLineWidth()
Gets the value of the lineWidth property.

Returns:
possible object is Float

setLineWidth

public void setLineWidth(java.lang.Float value)
Sets the value of the lineWidth property.

Parameters:
value - allowed object is Float

isShowLines

public java.lang.Boolean isShowLines()
Gets the value of the showLines property.

Returns:
possible object is Boolean

setShowLines

public void setShowLines(java.lang.Boolean value)
Sets the value of the showLines property.

Parameters:
value - allowed object is Boolean

isDotted

public java.lang.Boolean isDotted()
Gets the value of the dotted property.

Returns:
possible object is Boolean

setDotted

public void setDotted(java.lang.Boolean value)
Sets the value of the dotted property.

Parameters:
value - allowed object is Boolean

getStippleFactor

public java.lang.Integer getStippleFactor()
Gets the value of the stippleFactor property.

Returns:
possible object is Integer

setStippleFactor

public void setStippleFactor(java.lang.Integer value)
Sets the value of the stippleFactor property.

Parameters:
value - allowed object is Integer

getStipplePattern

public java.lang.Short getStipplePattern()
Gets the value of the stipplePattern property.

Returns:
possible object is Short

setStipplePattern

public void setStipplePattern(java.lang.Short value)
Sets the value of the stipplePattern property.

Parameters:
value - allowed object is Short

getLabelColor

public ColorSpec getLabelColor()
Gets the value of the labelColor property.

Returns:
possible object is ColorSpec

setLabelColor

public void setLabelColor(ColorSpec value)
Sets the value of the labelColor property.

Parameters:
value - allowed object is ColorSpec

getLabelLineColor

public ColorSpec getLabelLineColor()
Gets the value of the labelLineColor property.

Returns:
possible object is ColorSpec

setLabelLineColor

public void setLabelLineColor(ColorSpec value)
Sets the value of the labelLineColor property.

Parameters:
value - allowed object is ColorSpec

isShowLabelLine

public java.lang.Boolean isShowLabelLine()
Gets the value of the showLabelLine property.

Returns:
possible object is Boolean

setShowLabelLine

public void setShowLabelLine(java.lang.Boolean value)
Sets the value of the showLabelLine property.

Parameters:
value - allowed object is Boolean

getLabel

public java.lang.String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(java.lang.String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

isShowLabel

public java.lang.Boolean isShowLabel()
Gets the value of the showLabel property.

Returns:
possible object is Boolean

setShowLabel

public void setShowLabel(java.lang.Boolean value)
Sets the value of the showLabel property.

Parameters:
value - allowed object is Boolean


Copyright © 2012 Metron, Inc.. All Rights Reserved.