cytoscape.generated2
Interface GraphicsType

All Known Subinterfaces:
Graphics
All Known Implementing Classes:
GraphicsImpl, GraphicsTypeImpl

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

getType

String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getCapstyle

String getCapstyle()
Gets the value of the capstyle property.

Returns:
possible object is String

setCapstyle

void setCapstyle(String value)
Sets the value of the capstyle property.

Parameters:
value - allowed object is String

getStyle

String getStyle()
Gets the value of the style property.

Returns:
possible object is String

setStyle

void setStyle(String value)
Sets the value of the style property.

Parameters:
value - allowed object is String

getW

double getW()
Gets the value of the w property.


setW

void setW(double value)
Sets the value of the w property.


getH

double getH()
Gets the value of the h property.


setH

void setH(double value)
Sets the value of the h property.


getOutline

String getOutline()
Gets the value of the outline property.

Returns:
possible object is String

setOutline

void setOutline(String value)
Sets the value of the outline property.

Parameters:
value - allowed object is String

getCenter

CenterType getCenter()
Gets the value of the center property.

Returns:
possible object is Center CenterType

setCenter

void setCenter(CenterType value)
Sets the value of the center property.

Parameters:
value - allowed object is Center CenterType

getAtt

List getAtt()
Gets the value of the Att property.

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


getLine

LineType getLine()
Gets the value of the line property.

Returns:
possible object is Line LineType

setLine

void setLine(LineType value)
Sets the value of the line property.

Parameters:
value - allowed object is Line LineType

getFill

String getFill()
Gets the value of the fill property.

Returns:
possible object is String

setFill

void setFill(String value)
Sets the value of the fill property.

Parameters:
value - allowed object is String

getBitmap

String getBitmap()
Gets the value of the bitmap property.

Returns:
possible object is String

setBitmap

void setBitmap(String value)
Sets the value of the bitmap property.

Parameters:
value - allowed object is String

getWidth

BigInteger getWidth()
Gets the value of the width property.

Returns:
possible object is BigInteger

setWidth

void setWidth(BigInteger value)
Sets the value of the width property.

Parameters:
value - allowed object is BigInteger

getArrow

String getArrow()
Gets the value of the arrow property.

Returns:
possible object is String

setArrow

void setArrow(String value)
Sets the value of the arrow property.

Parameters:
value - allowed object is String

getX

double getX()
Gets the value of the x property.


setX

void setX(double value)
Sets the value of the x property.


getZ

double getZ()
Gets the value of the z property.


setZ

void setZ(double value)
Sets the value of the z property.


getSplinesteps

BigInteger getSplinesteps()
Gets the value of the splinesteps property.

Returns:
possible object is BigInteger

setSplinesteps

void setSplinesteps(BigInteger value)
Sets the value of the splinesteps property.

Parameters:
value - allowed object is BigInteger

getD

double getD()
Gets the value of the d property.


setD

void setD(double value)
Sets the value of the d property.


getFont

String getFont()
Gets the value of the font property.

Returns:
possible object is String

setFont

void setFont(String value)
Sets the value of the font property.

Parameters:
value - allowed object is String

getImage

String getImage()
Gets the value of the image property.

Returns:
possible object is String

setImage

void setImage(String value)
Sets the value of the image property.

Parameters:
value - allowed object is String

getExtent

BigInteger getExtent()
Gets the value of the extent property.

Returns:
possible object is BigInteger

setExtent

void setExtent(BigInteger value)
Sets the value of the extent property.

Parameters:
value - allowed object is BigInteger

getSmooth

BigInteger getSmooth()
Gets the value of the smooth property.

Returns:
possible object is BigInteger

setSmooth

void setSmooth(BigInteger value)
Sets the value of the smooth property.

Parameters:
value - allowed object is BigInteger

getBackground

String getBackground()
Gets the value of the background property.

Returns:
possible object is String

setBackground

void setBackground(String value)
Sets the value of the background property.

Parameters:
value - allowed object is String

getForeground

String getForeground()
Gets the value of the foreground property.

Returns:
possible object is String

setForeground

void setForeground(String value)
Sets the value of the foreground property.

Parameters:
value - allowed object is String

getStart

BigInteger getStart()
Gets the value of the start property.

Returns:
possible object is BigInteger

setStart

void setStart(BigInteger value)
Sets the value of the start property.

Parameters:
value - allowed object is BigInteger

getStipple

String getStipple()
Gets the value of the stipple property.

Returns:
possible object is String

setStipple

void setStipple(String value)
Sets the value of the stipple property.

Parameters:
value - allowed object is String

getVisible

BigInteger getVisible()
Gets the value of the visible property.

Returns:
possible object is BigInteger

setVisible

void setVisible(BigInteger value)
Sets the value of the visible property.

Parameters:
value - allowed object is BigInteger

getAnchor

String getAnchor()
Gets the value of the anchor property.

Returns:
possible object is String

setAnchor

void setAnchor(String value)
Sets the value of the anchor property.

Parameters:
value - allowed object is String

getY

double getY()
Gets the value of the y property.


setY

void setY(double value)
Sets the value of the y property.


getJustify

String getJustify()
Gets the value of the justify property.

Returns:
possible object is String

setJustify

void setJustify(String value)
Sets the value of the justify property.

Parameters:
value - allowed object is String

getJoinstyle

String getJoinstyle()
Gets the value of the joinstyle property.

Returns:
possible object is String

setJoinstyle

void setJoinstyle(String value)
Sets the value of the joinstyle property.

Parameters:
value - allowed object is String