|
||||||||||
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.PolygonPainterSpec
public class PolygonPainterSpec
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 |
---|
public PolygonPainterSpec()
Method Detail |
---|
public java.lang.Boolean isShowLines()
Boolean
public void setShowLines(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.Integer getLineWidth()
Integer
public void setLineWidth(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getLineStippleFactor()
Integer
public void setLineStippleFactor(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Short getLineStipplePattern()
Short
public void setLineStipplePattern(java.lang.Short value)
value
- allowed object is
Short
public java.lang.Boolean isLineDotted()
Boolean
public void setLineDotted(java.lang.Boolean value)
value
- allowed object is
Boolean
public byte[] getPolyStipplePattern()
public void setPolyStipplePattern(byte[] value)
value
- allowed object is
byte[]public java.lang.Boolean isPolyDotted()
Boolean
public void setPolyDotted(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isFill()
Boolean
public void setFill(java.lang.Boolean value)
value
- allowed object is
Boolean
public ColorSpec getFillColor()
ColorSpec
public void setFillColor(ColorSpec value)
value
- allowed object is
ColorSpec
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |