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

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

public class ShapeSpec
extends java.lang.Object

Java class for ShapeSpec complex type.

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

 <complexType name="ShapeSpec">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="shapetypespec" type="{http://geo.metsci.com}ShapeTypeSpec"/>
         <element name="painterspec" type="{http://geo.metsci.com}PainterSpec"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ShapeSpec()
           
 
Method Summary
 PainterSpec getPainterspec()
          Gets the value of the painterspec property.
 ShapeTypeSpec getShapetypespec()
          Gets the value of the shapetypespec property.
 void setPainterspec(PainterSpec value)
          Sets the value of the painterspec property.
 void setShapetypespec(ShapeTypeSpec value)
          Sets the value of the shapetypespec property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeSpec

public ShapeSpec()
Method Detail

getShapetypespec

public ShapeTypeSpec getShapetypespec()
Gets the value of the shapetypespec property.

Returns:
possible object is ShapeTypeSpec

setShapetypespec

public void setShapetypespec(ShapeTypeSpec value)
Sets the value of the shapetypespec property.

Parameters:
value - allowed object is ShapeTypeSpec

getPainterspec

public PainterSpec getPainterspec()
Gets the value of the painterspec property.

Returns:
possible object is PainterSpec

setPainterspec

public void setPainterspec(PainterSpec value)
Sets the value of the painterspec property.

Parameters:
value - allowed object is PainterSpec


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