cytoscape.generated2.impl
Class GraphicsTypeImpl

java.lang.Object
  extended by cytoscape.generated2.impl.GraphicsTypeImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, GraphicsType, UnmarshallableObject, ValidatableObject, XMLSerializable
Direct Known Subclasses:
GraphicsImpl

public class GraphicsTypeImpl
extends Object
implements GraphicsType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class GraphicsTypeImpl.Unmarshaller
           
 
Field Summary
protected  String _Anchor
           
protected  String _Arrow
           
protected  com.sun.xml.bind.util.ListImpl _Att
           
protected  String _Background
           
protected  String _Bitmap
           
protected  String _Capstyle
           
protected  CenterType _Center
           
protected  double _D
           
protected  BigInteger _Extent
           
protected  String _Fill
           
protected  String _Font
           
protected  String _Foreground
           
protected  double _H
           
protected  String _Image
           
protected  String _Joinstyle
           
protected  String _Justify
           
protected  LineType _Line
           
protected  String _Outline
           
protected  BigInteger _Smooth
           
protected  BigInteger _Splinesteps
           
protected  BigInteger _Start
           
protected  String _Stipple
           
protected  String _Style
           
protected  String _Type
           
protected  BigInteger _Visible
           
protected  double _W
           
protected  BigInteger _Width
           
protected  double _X
           
protected  double _Y
           
protected  double _Z
           
protected  boolean has_D
           
protected  boolean has_H
           
protected  boolean has_W
           
protected  boolean has_X
           
protected  boolean has_Y
           
protected  boolean has_Z
           
static Class version
           
 
Constructor Summary
GraphicsTypeImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getAtt()
           
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
          Gets the schema fragment associated with this class.
 UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 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.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 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 serializeAttributes(XMLSerializer context)
          Serializes attributes into the specified target.
 void serializeBody(XMLSerializer context)
          Serializes child elements and texts into the specified target.
 void serializeURIs(XMLSerializer context)
          Declares all the namespace URIs this object is using at its top-level scope into the specified target.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Type

protected String _Type

_Capstyle

protected String _Capstyle

_Style

protected String _Style

has_W

protected boolean has_W

_W

protected double _W

has_H

protected boolean has_H

_H

protected double _H

_Outline

protected String _Outline

_Center

protected CenterType _Center

_Att

protected com.sun.xml.bind.util.ListImpl _Att

_Line

protected LineType _Line

_Fill

protected String _Fill

_Bitmap

protected String _Bitmap

_Width

protected BigInteger _Width

_Arrow

protected String _Arrow

has_X

protected boolean has_X

_X

protected double _X

has_Z

protected boolean has_Z

_Z

protected double _Z

_Splinesteps

protected BigInteger _Splinesteps

has_D

protected boolean has_D

_D

protected double _D

_Font

protected String _Font

_Image

protected String _Image

_Extent

protected BigInteger _Extent

_Smooth

protected BigInteger _Smooth

_Background

protected String _Background

_Foreground

protected String _Foreground

_Start

protected BigInteger _Start

_Stipple

protected String _Stipple

_Visible

protected BigInteger _Visible

_Anchor

protected String _Anchor

has_Y

protected boolean has_Y

_Y

protected double _Y

_Justify

protected String _Justify

_Joinstyle

protected String _Joinstyle

version

public static final Class version
Constructor Detail

GraphicsTypeImpl

public GraphicsTypeImpl()
Method Detail

getType

public String getType()
Description copied from interface: GraphicsType
Gets the value of the type property.

Specified by:
getType in interface GraphicsType
Returns:
possible object is String

setType

public void setType(String value)
Description copied from interface: GraphicsType
Sets the value of the type property.

Specified by:
setType in interface GraphicsType
Parameters:
value - allowed object is String

getCapstyle

public String getCapstyle()
Description copied from interface: GraphicsType
Gets the value of the capstyle property.

Specified by:
getCapstyle in interface GraphicsType
Returns:
possible object is String

setCapstyle

public void setCapstyle(String value)
Description copied from interface: GraphicsType
Sets the value of the capstyle property.

Specified by:
setCapstyle in interface GraphicsType
Parameters:
value - allowed object is String

getStyle

public String getStyle()
Description copied from interface: GraphicsType
Gets the value of the style property.

Specified by:
getStyle in interface GraphicsType
Returns:
possible object is String

setStyle

public void setStyle(String value)
Description copied from interface: GraphicsType
Sets the value of the style property.

Specified by:
setStyle in interface GraphicsType
Parameters:
value - allowed object is String

getW

public double getW()
Description copied from interface: GraphicsType
Gets the value of the w property.

Specified by:
getW in interface GraphicsType

setW

public void setW(double value)
Description copied from interface: GraphicsType
Sets the value of the w property.

Specified by:
setW in interface GraphicsType

getH

public double getH()
Description copied from interface: GraphicsType
Gets the value of the h property.

Specified by:
getH in interface GraphicsType

setH

public void setH(double value)
Description copied from interface: GraphicsType
Sets the value of the h property.

Specified by:
setH in interface GraphicsType

getOutline

public String getOutline()
Description copied from interface: GraphicsType
Gets the value of the outline property.

Specified by:
getOutline in interface GraphicsType
Returns:
possible object is String

setOutline

public void setOutline(String value)
Description copied from interface: GraphicsType
Sets the value of the outline property.

Specified by:
setOutline in interface GraphicsType
Parameters:
value - allowed object is String

getCenter

public CenterType getCenter()
Description copied from interface: GraphicsType
Gets the value of the center property.

Specified by:
getCenter in interface GraphicsType
Returns:
possible object is Center CenterType

setCenter

public void setCenter(CenterType value)
Description copied from interface: GraphicsType
Sets the value of the center property.

Specified by:
setCenter in interface GraphicsType
Parameters:
value - allowed object is Center CenterType

_getAtt

protected com.sun.xml.bind.util.ListImpl _getAtt()

getAtt

public List getAtt()
Description copied from interface: GraphicsType
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

Specified by:
getAtt in interface GraphicsType

getLine

public LineType getLine()
Description copied from interface: GraphicsType
Gets the value of the line property.

Specified by:
getLine in interface GraphicsType
Returns:
possible object is Line LineType

setLine

public void setLine(LineType value)
Description copied from interface: GraphicsType
Sets the value of the line property.

Specified by:
setLine in interface GraphicsType
Parameters:
value - allowed object is Line LineType

getFill

public String getFill()
Description copied from interface: GraphicsType
Gets the value of the fill property.

Specified by:
getFill in interface GraphicsType
Returns:
possible object is String

setFill

public void setFill(String value)
Description copied from interface: GraphicsType
Sets the value of the fill property.

Specified by:
setFill in interface GraphicsType
Parameters:
value - allowed object is String

getBitmap

public String getBitmap()
Description copied from interface: GraphicsType
Gets the value of the bitmap property.

Specified by:
getBitmap in interface GraphicsType
Returns:
possible object is String

setBitmap

public void setBitmap(String value)
Description copied from interface: GraphicsType
Sets the value of the bitmap property.

Specified by:
setBitmap in interface GraphicsType
Parameters:
value - allowed object is String

getWidth

public BigInteger getWidth()
Description copied from interface: GraphicsType
Gets the value of the width property.

Specified by:
getWidth in interface GraphicsType
Returns:
possible object is BigInteger

setWidth

public void setWidth(BigInteger value)
Description copied from interface: GraphicsType
Sets the value of the width property.

Specified by:
setWidth in interface GraphicsType
Parameters:
value - allowed object is BigInteger

getArrow

public String getArrow()
Description copied from interface: GraphicsType
Gets the value of the arrow property.

Specified by:
getArrow in interface GraphicsType
Returns:
possible object is String

setArrow

public void setArrow(String value)
Description copied from interface: GraphicsType
Sets the value of the arrow property.

Specified by:
setArrow in interface GraphicsType
Parameters:
value - allowed object is String

getX

public double getX()
Description copied from interface: GraphicsType
Gets the value of the x property.

Specified by:
getX in interface GraphicsType

setX

public void setX(double value)
Description copied from interface: GraphicsType
Sets the value of the x property.

Specified by:
setX in interface GraphicsType

getZ

public double getZ()
Description copied from interface: GraphicsType
Gets the value of the z property.

Specified by:
getZ in interface GraphicsType

setZ

public void setZ(double value)
Description copied from interface: GraphicsType
Sets the value of the z property.

Specified by:
setZ in interface GraphicsType

getSplinesteps

public BigInteger getSplinesteps()
Description copied from interface: GraphicsType
Gets the value of the splinesteps property.

Specified by:
getSplinesteps in interface GraphicsType
Returns:
possible object is BigInteger

setSplinesteps

public void setSplinesteps(BigInteger value)
Description copied from interface: GraphicsType
Sets the value of the splinesteps property.

Specified by:
setSplinesteps in interface GraphicsType
Parameters:
value - allowed object is BigInteger

getD

public double getD()
Description copied from interface: GraphicsType
Gets the value of the d property.

Specified by:
getD in interface GraphicsType

setD

public void setD(double value)
Description copied from interface: GraphicsType
Sets the value of the d property.

Specified by:
setD in interface GraphicsType

getFont

public String getFont()
Description copied from interface: GraphicsType
Gets the value of the font property.

Specified by:
getFont in interface GraphicsType
Returns:
possible object is String

setFont

public void setFont(String value)
Description copied from interface: GraphicsType
Sets the value of the font property.

Specified by:
setFont in interface GraphicsType
Parameters:
value - allowed object is String

getImage

public String getImage()
Description copied from interface: GraphicsType
Gets the value of the image property.

Specified by:
getImage in interface GraphicsType
Returns:
possible object is String

setImage

public void setImage(String value)
Description copied from interface: GraphicsType
Sets the value of the image property.

Specified by:
setImage in interface GraphicsType
Parameters:
value - allowed object is String

getExtent

public BigInteger getExtent()
Description copied from interface: GraphicsType
Gets the value of the extent property.

Specified by:
getExtent in interface GraphicsType
Returns:
possible object is BigInteger

setExtent

public void setExtent(BigInteger value)
Description copied from interface: GraphicsType
Sets the value of the extent property.

Specified by:
setExtent in interface GraphicsType
Parameters:
value - allowed object is BigInteger

getSmooth

public BigInteger getSmooth()
Description copied from interface: GraphicsType
Gets the value of the smooth property.

Specified by:
getSmooth in interface GraphicsType
Returns:
possible object is BigInteger

setSmooth

public void setSmooth(BigInteger value)
Description copied from interface: GraphicsType
Sets the value of the smooth property.

Specified by:
setSmooth in interface GraphicsType
Parameters:
value - allowed object is BigInteger

getBackground

public String getBackground()
Description copied from interface: GraphicsType
Gets the value of the background property.

Specified by:
getBackground in interface GraphicsType
Returns:
possible object is String

setBackground

public void setBackground(String value)
Description copied from interface: GraphicsType
Sets the value of the background property.

Specified by:
setBackground in interface GraphicsType
Parameters:
value - allowed object is String

getForeground

public String getForeground()
Description copied from interface: GraphicsType
Gets the value of the foreground property.

Specified by:
getForeground in interface GraphicsType
Returns:
possible object is String

setForeground

public void setForeground(String value)
Description copied from interface: GraphicsType
Sets the value of the foreground property.

Specified by:
setForeground in interface GraphicsType
Parameters:
value - allowed object is String

getStart

public BigInteger getStart()
Description copied from interface: GraphicsType
Gets the value of the start property.

Specified by:
getStart in interface GraphicsType
Returns:
possible object is BigInteger

setStart

public void setStart(BigInteger value)
Description copied from interface: GraphicsType
Sets the value of the start property.

Specified by:
setStart in interface GraphicsType
Parameters:
value - allowed object is BigInteger

getStipple

public String getStipple()
Description copied from interface: GraphicsType
Gets the value of the stipple property.

Specified by:
getStipple in interface GraphicsType
Returns:
possible object is String

setStipple

public void setStipple(String value)
Description copied from interface: GraphicsType
Sets the value of the stipple property.

Specified by:
setStipple in interface GraphicsType
Parameters:
value - allowed object is String

getVisible

public BigInteger getVisible()
Description copied from interface: GraphicsType
Gets the value of the visible property.

Specified by:
getVisible in interface GraphicsType
Returns:
possible object is BigInteger

setVisible

public void setVisible(BigInteger value)
Description copied from interface: GraphicsType
Sets the value of the visible property.

Specified by:
setVisible in interface GraphicsType
Parameters:
value - allowed object is BigInteger

getAnchor

public String getAnchor()
Description copied from interface: GraphicsType
Gets the value of the anchor property.

Specified by:
getAnchor in interface GraphicsType
Returns:
possible object is String

setAnchor

public void setAnchor(String value)
Description copied from interface: GraphicsType
Sets the value of the anchor property.

Specified by:
setAnchor in interface GraphicsType
Parameters:
value - allowed object is String

getY

public double getY()
Description copied from interface: GraphicsType
Gets the value of the y property.

Specified by:
getY in interface GraphicsType

setY

public void setY(double value)
Description copied from interface: GraphicsType
Sets the value of the y property.

Specified by:
setY in interface GraphicsType

getJustify

public String getJustify()
Description copied from interface: GraphicsType
Gets the value of the justify property.

Specified by:
getJustify in interface GraphicsType
Returns:
possible object is String

setJustify

public void setJustify(String value)
Description copied from interface: GraphicsType
Sets the value of the justify property.

Specified by:
setJustify in interface GraphicsType
Parameters:
value - allowed object is String

getJoinstyle

public String getJoinstyle()
Description copied from interface: GraphicsType
Gets the value of the joinstyle property.

Specified by:
getJoinstyle in interface GraphicsType
Returns:
possible object is String

setJoinstyle

public void setJoinstyle(String value)
Description copied from interface: GraphicsType
Sets the value of the joinstyle property.

Specified by:
setJoinstyle in interface GraphicsType
Parameters:
value - allowed object is String

createUnmarshaller

public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Description copied from interface: UnmarshallableObject
Creates an unmarshaller that will unmarshall this object.

Specified by:
createUnmarshaller in interface UnmarshallableObject

serializeBody

public void serializeBody(XMLSerializer context)
                   throws SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeBody in interface XMLSerializable
Throws:
SAXException

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws SAXException
Description copied from interface: XMLSerializable
Declares all the namespace URIs this object is using at its top-level scope into the specified target.

Specified by:
serializeURIs in interface XMLSerializable
Throws:
SAXException

getPrimaryInterface

public Class getPrimaryInterface()
Description copied from interface: ValidatableObject
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.

Specified by:
getPrimaryInterface in interface ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Description copied from interface: ValidatableObject
Gets the schema fragment associated with this class.

Specified by:
createRawValidator in interface ValidatableObject