|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GraphicsType
Java content class for anonymous complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/cellar/users/mes/cytoscape/schema/xgmml.xsd line 375)
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice minOccurs="0">
<element ref="{http://www.cs.rpi.edu/XGMML}Line"/>
<element ref="{http://www.cs.rpi.edu/XGMML}center"/>
</choice>
<element ref="{http://www.cs.rpi.edu/XGMML}att" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.cs.rpi.edu/XGMML}bitmap-atts"/>
<attGroup ref="{http://www.cs.rpi.edu/XGMML}graphics-type-att"/>
<attGroup ref="{http://www.cs.rpi.edu/XGMML}external-atts"/>
<attGroup ref="{http://www.cs.rpi.edu/XGMML}object-atts"/>
<attGroup ref="{http://www.cs.rpi.edu/XGMML}text-atts"/>
<attGroup ref="{http://www.cs.rpi.edu/XGMML}arc-atts"/>
<attGroup ref="{http://www.cs.rpi.edu/XGMML}line-atts"/>
<attGroup ref="{http://www.cs.rpi.edu/XGMML}dimension-atts"/>
<attGroup ref="{http://www.cs.rpi.edu/XGMML}point-atts"/>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getAnchor()
Gets the value of the anchor property. |
String |
getArrow()
Gets the value of the arrow property. |
List |
getAtt()
Gets the value of the Att property. |
String |
getBackground()
Gets the value of the background property. |
String |
getBitmap()
Gets the value of the bitmap property. |
String |
getCapstyle()
Gets the value of the capstyle property. |
CenterType |
getCenter()
Gets the value of the center property. |
double |
getD()
Gets the value of the d property. |
BigInteger |
getExtent()
Gets the value of the extent property. |
String |
getFill()
Gets the value of the fill property. |
String |
getFont()
Gets the value of the font property. |
String |
getForeground()
Gets the value of the foreground property. |
double |
getH()
Gets the value of the h property. |
String |
getImage()
Gets the value of the image property. |
String |
getJoinstyle()
Gets the value of the joinstyle property. |
String |
getJustify()
Gets the value of the justify property. |
LineType |
getLine()
Gets the value of the line property. |
String |
getOutline()
Gets the value of the outline property. |
BigInteger |
getSmooth()
Gets the value of the smooth property. |
BigInteger |
getSplinesteps()
Gets the value of the splinesteps property. |
BigInteger |
getStart()
Gets the value of the start property. |
String |
getStipple()
Gets the value of the stipple property. |
String |
getStyle()
Gets the value of the style property. |
String |
getType()
Gets the value of the type property. |
BigInteger |
getVisible()
Gets the value of the visible property. |
double |
getW()
Gets the value of the w property. |
BigInteger |
getWidth()
Gets the value of the width property. |
double |
getX()
Gets the value of the x property. |
double |
getY()
Gets the value of the y property. |
double |
getZ()
Gets the value of the z property. |
void |
setAnchor(String value)
Sets the value of the anchor property. |
void |
setArrow(String value)
Sets the value of the arrow property. |
void |
setBackground(String value)
Sets the value of the background property. |
void |
setBitmap(String value)
Sets the value of the bitmap property. |
void |
setCapstyle(String value)
Sets the value of the capstyle property. |
void |
setCenter(CenterType value)
Sets the value of the center property. |
void |
setD(double value)
Sets the value of the d property. |
void |
setExtent(BigInteger value)
Sets the value of the extent property. |
void |
setFill(String value)
Sets the value of the fill property. |
void |
setFont(String value)
Sets the value of the font property. |
void |
setForeground(String value)
Sets the value of the foreground property. |
void |
setH(double value)
Sets the value of the h property. |
void |
setImage(String value)
Sets the value of the image property. |
void |
setJoinstyle(String value)
Sets the value of the joinstyle property. |
void |
setJustify(String value)
Sets the value of the justify property. |
void |
setLine(LineType value)
Sets the value of the line property. |
void |
setOutline(String value)
Sets the value of the outline property. |
void |
setSmooth(BigInteger value)
Sets the value of the smooth property. |
void |
setSplinesteps(BigInteger value)
Sets the value of the splinesteps property. |
void |
setStart(BigInteger value)
Sets the value of the start property. |
void |
setStipple(String value)
Sets the value of the stipple property. |
void |
setStyle(String value)
Sets the value of the style property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setVisible(BigInteger value)
Sets the value of the visible property. |
void |
setW(double value)
Sets the value of the w property. |
void |
setWidth(BigInteger value)
Sets the value of the width property. |
void |
setX(double value)
Sets the value of the x property. |
void |
setY(double value)
Sets the value of the y property. |
void |
setZ(double value)
Sets the value of the z property. |
| Method Detail |
|---|
String getType()
Stringvoid setType(String value)
value - allowed object is
StringString getCapstyle()
Stringvoid setCapstyle(String value)
value - allowed object is
StringString getStyle()
Stringvoid setStyle(String value)
value - allowed object is
Stringdouble getW()
void setW(double value)
double getH()
void setH(double value)
String getOutline()
Stringvoid setOutline(String value)
value - allowed object is
StringCenterType getCenter()
Center
CenterTypevoid setCenter(CenterType value)
value - allowed object is
Center
CenterTypeList getAtt()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the Att property.
For example, to add a new item, do as follows:
getAtt().add(newItem);
Objects of the following type(s) are allowed in the list
Att
AttType
LineType getLine()
Line
LineTypevoid setLine(LineType value)
value - allowed object is
Line
LineTypeString getFill()
Stringvoid setFill(String value)
value - allowed object is
StringString getBitmap()
Stringvoid setBitmap(String value)
value - allowed object is
StringBigInteger getWidth()
BigIntegervoid setWidth(BigInteger value)
value - allowed object is
BigIntegerString getArrow()
Stringvoid setArrow(String value)
value - allowed object is
Stringdouble getX()
void setX(double value)
double getZ()
void setZ(double value)
BigInteger getSplinesteps()
BigIntegervoid setSplinesteps(BigInteger value)
value - allowed object is
BigIntegerdouble getD()
void setD(double value)
String getFont()
Stringvoid setFont(String value)
value - allowed object is
StringString getImage()
Stringvoid setImage(String value)
value - allowed object is
StringBigInteger getExtent()
BigIntegervoid setExtent(BigInteger value)
value - allowed object is
BigIntegerBigInteger getSmooth()
BigIntegervoid setSmooth(BigInteger value)
value - allowed object is
BigIntegerString getBackground()
Stringvoid setBackground(String value)
value - allowed object is
StringString getForeground()
Stringvoid setForeground(String value)
value - allowed object is
StringBigInteger getStart()
BigIntegervoid setStart(BigInteger value)
value - allowed object is
BigIntegerString getStipple()
Stringvoid setStipple(String value)
value - allowed object is
StringBigInteger getVisible()
BigIntegervoid setVisible(BigInteger value)
value - allowed object is
BigIntegerString getAnchor()
Stringvoid setAnchor(String value)
value - allowed object is
Stringdouble getY()
void setY(double value)
String getJustify()
Stringvoid setJustify(String value)
value - allowed object is
StringString getJoinstyle()
Stringvoid setJoinstyle(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||