Uses of Class
org.graffiti.graphics.NodeGraphicAttribute
| Package | Description |
|---|---|
| de.ipk_gatersleben.ag_nw.graffiti.plugins.shapes | |
| org.graffiti.plugin.view | |
| org.graffiti.plugins.ios.importers.gml | |
| org.graffiti.plugins.views.defaults |
-
Uses of NodeGraphicAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.shapes
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.shapes with parameters of type NodeGraphicAttribute Modifier and Type Method Description voidDoubleEllipseShape. buildShape(NodeGraphicAttribute graphics)voidMultiComplexShape. buildShape(NodeGraphicAttribute graphics)voidMultiEllipseShape. buildShape(NodeGraphicAttribute graphics)voidMultiNucleicAcidFeatureShape. buildShape(NodeGraphicAttribute graphics)voidMultiRectangleShape. buildShape(NodeGraphicAttribute graphics)voidPaperShape. buildShape(NodeGraphicAttribute nodeGraphicAttribute)voidRelativePolyShape. buildShape(NodeGraphicAttribute graphics)voidSBGNCircleShape. buildShape(NodeGraphicAttribute nodeGraphicAttribute)voidSBGNDissociationShape. buildShape(NodeGraphicAttribute nodeGraphicAttribute)voidSBGNMultiStadiumShape. buildShape(NodeGraphicAttribute graphics)voidSBGNProcessShape. buildShape(NodeGraphicAttribute nodeGraphicAttribute)voidSBGNStadiumShape. buildShape(NodeGraphicAttribute graphics) -
Uses of NodeGraphicAttribute in org.graffiti.plugin.view
Methods in org.graffiti.plugin.view with parameters of type NodeGraphicAttribute Modifier and Type Method Description voidNodeShape. buildShape(NodeGraphicAttribute graphics)Shapes itself according to the graphics attribute found in the CollectionAttributegraphics -
Uses of NodeGraphicAttribute in org.graffiti.plugins.ios.importers.gml
Methods in org.graffiti.plugins.ios.importers.gml that return NodeGraphicAttribute Modifier and Type Method Description NodeGraphicAttributeparser. getNodeStyle() -
Uses of NodeGraphicAttribute in org.graffiti.plugins.views.defaults
Methods in org.graffiti.plugins.views.defaults with parameters of type NodeGraphicAttribute Modifier and Type Method Description voidCircleNodeShape. buildShape(NodeGraphicAttribute nodeAttr)This method sets all necessary properties using the values contained within theCollectionAttribute(like size etc.).voidCircularNodeShape. buildShape(NodeGraphicAttribute nodeAttr)This method sets all necessary properties using the values contained within theCollectionAttribute(like size etc.).voidPolygonalNodeShape. buildShape(NodeGraphicAttribute graphics)voidRectangleNodeShape. buildShape(NodeGraphicAttribute graphics)This method sets all necessary properties using the values contained within theCollectionAttribute.