|
||||||||||
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.ShapeSpec
public class ShapeSpec
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 |
---|
public ShapeSpec()
Method Detail |
---|
public ShapeTypeSpec getShapetypespec()
ShapeTypeSpec
public void setShapetypespec(ShapeTypeSpec value)
value
- allowed object is
ShapeTypeSpec
public PainterSpec getPainterspec()
PainterSpec
public void setPainterspec(PainterSpec value)
value
- allowed object is
PainterSpec
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |