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

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

public class PolygonPainterSpec
extends java.lang.Object

Java class for PolygonPainterSpec complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PolygonPainterSpec">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="showLines" 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}int" minOccurs="0"/>
         <element name="lineStippleFactor" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="lineStipplePattern" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/>
         <element name="lineDotted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="polyStipplePattern" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <element name="polyDotted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="fill" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="fillColor" type="{http://geo.metsci.com}ColorSpec" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
PolygonPainterSpec()
           
 
Method Summary
 ColorSpec getFillColor()
          Gets the value of the fillColor property.
 ColorSpec getLineColor()
          Gets the value of the lineColor property.
 java.lang.Integer getLineStippleFactor()
          Gets the value of the lineStippleFactor property.
 java.lang.Short getLineStipplePattern()
          Gets the value of the lineStipplePattern property.
 java.lang.Integer getLineWidth()
          Gets the value of the lineWidth property.
 byte[] getPolyStipplePattern()
          Gets the value of the polyStipplePattern property.
 java.lang.Boolean isFill()
          Gets the value of the fill property.
 java.lang.Boolean isLineDotted()
          Gets the value of the lineDotted property.
 java.lang.Boolean isPolyDotted()
          Gets the value of the polyDotted property.
 java.lang.Boolean isShowLines()
          Gets the value of the showLines property.
 void setFill(java.lang.Boolean value)
          Sets the value of the fill property.
 void setFillColor(ColorSpec value)
          Sets the value of the fillColor property.
 void setLineColor(ColorSpec value)
          Sets the value of the lineColor property.
 void setLineDotted(java.lang.Boolean value)
          Sets the value of the lineDotted property.
 void setLineStippleFactor(java.lang.Integer value)
          Sets the value of the lineStippleFactor property.
 void setLineStipplePattern(java.lang.Short value)
          Sets the value of the lineStipplePattern property.
 void setLineWidth(java.lang.Integer value)
          Sets the value of the lineWidth property.
 void setPolyDotted(java.lang.Boolean value)
          Sets the value of the polyDotted property.
 void setPolyStipplePattern(byte[] value)
          Sets the value of the polyStipplePattern property.
 void setShowLines(java.lang.Boolean value)
          Sets the value of the showLines property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolygonPainterSpec

public PolygonPainterSpec()
Method Detail

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

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.Integer getLineWidth()
Gets the value of the lineWidth property.

Returns:
possible object is Integer

setLineWidth

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

Parameters:
value - allowed object is Integer

getLineStippleFactor

public java.lang.Integer getLineStippleFactor()
Gets the value of the lineStippleFactor property.

Returns:
possible object is Integer

setLineStippleFactor

public void setLineStippleFactor(java.lang.Integer value)
Sets the value of the lineStippleFactor property.

Parameters:
value - allowed object is Integer

getLineStipplePattern

public java.lang.Short getLineStipplePattern()
Gets the value of the lineStipplePattern property.

Returns:
possible object is Short

setLineStipplePattern

public void setLineStipplePattern(java.lang.Short value)
Sets the value of the lineStipplePattern property.

Parameters:
value - allowed object is Short

isLineDotted

public java.lang.Boolean isLineDotted()
Gets the value of the lineDotted property.

Returns:
possible object is Boolean

setLineDotted

public void setLineDotted(java.lang.Boolean value)
Sets the value of the lineDotted property.

Parameters:
value - allowed object is Boolean

getPolyStipplePattern

public byte[] getPolyStipplePattern()
Gets the value of the polyStipplePattern property.

Returns:
possible object is byte[]

setPolyStipplePattern

public void setPolyStipplePattern(byte[] value)
Sets the value of the polyStipplePattern property.

Parameters:
value - allowed object is byte[]

isPolyDotted

public java.lang.Boolean isPolyDotted()
Gets the value of the polyDotted property.

Returns:
possible object is Boolean

setPolyDotted

public void setPolyDotted(java.lang.Boolean value)
Sets the value of the polyDotted property.

Parameters:
value - allowed object is Boolean

isFill

public java.lang.Boolean isFill()
Gets the value of the fill property.

Returns:
possible object is Boolean

setFill

public void setFill(java.lang.Boolean value)
Sets the value of the fill property.

Parameters:
value - allowed object is Boolean

getFillColor

public ColorSpec getFillColor()
Gets the value of the fillColor property.

Returns:
possible object is ColorSpec

setFillColor

public void setFillColor(ColorSpec value)
Sets the value of the fillColor property.

Parameters:
value - allowed object is ColorSpec


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