|
|||||||||
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()
String
void setType(String value)
value
- allowed object is
String
String getCapstyle()
String
void setCapstyle(String value)
value
- allowed object is
String
String getStyle()
String
void setStyle(String value)
value
- allowed object is
String
double getW()
void setW(double value)
double getH()
void setH(double value)
String getOutline()
String
void setOutline(String value)
value
- allowed object is
String
CenterType getCenter()
Center
CenterType
void setCenter(CenterType value)
value
- allowed object is
Center
CenterType
List 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
LineType
void setLine(LineType value)
value
- allowed object is
Line
LineType
String getFill()
String
void setFill(String value)
value
- allowed object is
String
String getBitmap()
String
void setBitmap(String value)
value
- allowed object is
String
BigInteger getWidth()
BigInteger
void setWidth(BigInteger value)
value
- allowed object is
BigInteger
String getArrow()
String
void setArrow(String value)
value
- allowed object is
String
double getX()
void setX(double value)
double getZ()
void setZ(double value)
BigInteger getSplinesteps()
BigInteger
void setSplinesteps(BigInteger value)
value
- allowed object is
BigInteger
double getD()
void setD(double value)
String getFont()
String
void setFont(String value)
value
- allowed object is
String
String getImage()
String
void setImage(String value)
value
- allowed object is
String
BigInteger getExtent()
BigInteger
void setExtent(BigInteger value)
value
- allowed object is
BigInteger
BigInteger getSmooth()
BigInteger
void setSmooth(BigInteger value)
value
- allowed object is
BigInteger
String getBackground()
String
void setBackground(String value)
value
- allowed object is
String
String getForeground()
String
void setForeground(String value)
value
- allowed object is
String
BigInteger getStart()
BigInteger
void setStart(BigInteger value)
value
- allowed object is
BigInteger
String getStipple()
String
void setStipple(String value)
value
- allowed object is
String
BigInteger getVisible()
BigInteger
void setVisible(BigInteger value)
value
- allowed object is
BigInteger
String getAnchor()
String
void setAnchor(String value)
value
- allowed object is
String
double getY()
void setY(double value)
String getJustify()
String
void setJustify(String value)
value
- allowed object is
String
String getJoinstyle()
String
void setJoinstyle(String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |