cytoscape.generated2
Interface Graphics

All Superinterfaces:
javax.xml.bind.Element, GraphicsType
All Known Implementing Classes:
GraphicsImpl

public interface Graphics
extends javax.xml.bind.Element, GraphicsType

Java content class for graphics element declaration.

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 374)

 <element name="graphics">
   <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>
 </element>
 


Method Summary
 
Methods inherited from interface cytoscape.generated2.GraphicsType
getAnchor, getArrow, getAtt, getBackground, getBitmap, getCapstyle, getCenter, getD, getExtent, getFill, getFont, getForeground, getH, getImage, getJoinstyle, getJustify, getLine, getOutline, getSmooth, getSplinesteps, getStart, getStipple, getStyle, getType, getVisible, getW, getWidth, getX, getY, getZ, setAnchor, setArrow, setBackground, setBitmap, setCapstyle, setCenter, setD, setExtent, setFill, setFont, setForeground, setH, setImage, setJoinstyle, setJustify, setLine, setOutline, setSmooth, setSplinesteps, setStart, setStipple, setStyle, setType, setVisible, setW, setWidth, setX, setY, setZ