|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcytoscape.generated2.impl.SimpleNodeImpl
cytoscape.generated2.impl.GraphicNodeImpl
public class GraphicNodeImpl
Nested Class Summary | |
---|---|
class |
GraphicNodeImpl.Unmarshaller
|
Field Summary | |
---|---|
protected String |
_Edgeanchor
|
protected GraphicsType |
_Graphics
|
static Class |
version
|
Fields inherited from class cytoscape.generated2.impl.SimpleNodeImpl |
---|
_Actuate, _Arcrole, _Att, _Href, _Id, _Label, _Labelanchor, _Name, _Role, _Show, _Title, _Type, _Weight |
Constructor Summary | |
---|---|
GraphicNodeImpl()
|
Method Summary | |
---|---|
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 |
getEdgeanchor()
Gets the value of the edgeanchor property. |
GraphicsType |
getGraphics()
Gets the value of the graphics property. |
Class |
getPrimaryInterface()
Gets the main interface that this object implements. |
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 |
setEdgeanchor(String value)
Sets the value of the edgeanchor property. |
void |
setGraphics(GraphicsType value)
Sets the value of the graphics property. |
Methods inherited from class cytoscape.generated2.impl.SimpleNodeImpl |
---|
_getAtt, getActuate, getArcrole, getAtt, getHref, getId, getLabel, getLabelanchor, getName, getRole, getShow, getTitle, getType, getWeight, setActuate, setArcrole, setHref, setId, setLabel, setLabelanchor, setName, setRole, setShow, setTitle, setType, setWeight |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface cytoscape.generated2.SimpleNode |
---|
getActuate, getArcrole, getAtt, getHref, getId, getLabel, getLabelanchor, getName, getRole, getShow, getTitle, getType, getWeight, setActuate, setArcrole, setHref, setId, setLabel, setLabelanchor, setName, setRole, setShow, setTitle, setType, setWeight |
Field Detail |
---|
protected GraphicsType _Graphics
protected String _Edgeanchor
public static final Class version
Constructor Detail |
---|
public GraphicNodeImpl()
Method Detail |
---|
public GraphicsType getGraphics()
GraphicNode
getGraphics
in interface GraphicNode
Graphics
GraphicsType
public void setGraphics(GraphicsType value)
GraphicNode
setGraphics
in interface GraphicNode
value
- allowed object is
Graphics
GraphicsType
public String getEdgeanchor()
GraphicNode
getEdgeanchor
in interface GraphicNode
String
public void setEdgeanchor(String value)
GraphicNode
setEdgeanchor
in interface GraphicNode
value
- allowed object is
String
public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller
in interface UnmarshallableObject
createUnmarshaller
in class SimpleNodeImpl
public void serializeBody(XMLSerializer context) throws SAXException
XMLSerializable
serializeBody
in interface XMLSerializable
serializeBody
in class SimpleNodeImpl
SAXException
public void serializeAttributes(XMLSerializer context) throws SAXException
XMLSerializable
serializeAttributes
in interface XMLSerializable
serializeAttributes
in class SimpleNodeImpl
SAXException
public void serializeURIs(XMLSerializer context) throws SAXException
XMLSerializable
serializeURIs
in interface XMLSerializable
serializeURIs
in class SimpleNodeImpl
SAXException
public Class getPrimaryInterface()
ValidatableObject
FooImpl
will return Foo
from this method.
getPrimaryInterface
in interface ValidatableObject
getPrimaryInterface
in class SimpleNodeImpl
public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator
in interface ValidatableObject
createRawValidator
in class SimpleNodeImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |