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 void
DoubleEllipseShape. buildShape(NodeGraphicAttribute graphics)
void
MultiComplexShape. buildShape(NodeGraphicAttribute graphics)
void
MultiEllipseShape. buildShape(NodeGraphicAttribute graphics)
void
MultiNucleicAcidFeatureShape. buildShape(NodeGraphicAttribute graphics)
void
MultiRectangleShape. buildShape(NodeGraphicAttribute graphics)
void
PaperShape. buildShape(NodeGraphicAttribute nodeGraphicAttribute)
void
RelativePolyShape. buildShape(NodeGraphicAttribute graphics)
void
SBGNCircleShape. buildShape(NodeGraphicAttribute nodeGraphicAttribute)
void
SBGNDissociationShape. buildShape(NodeGraphicAttribute nodeGraphicAttribute)
void
SBGNMultiStadiumShape. buildShape(NodeGraphicAttribute graphics)
void
SBGNProcessShape. buildShape(NodeGraphicAttribute nodeGraphicAttribute)
void
SBGNStadiumShape. 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 void
NodeShape. 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 NodeGraphicAttribute
parser. 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 void
CircleNodeShape. buildShape(NodeGraphicAttribute nodeAttr)
This method sets all necessary properties using the values contained within theCollectionAttribute
(like size etc.).void
CircularNodeShape. buildShape(NodeGraphicAttribute nodeAttr)
This method sets all necessary properties using the values contained within theCollectionAttribute
(like size etc.).void
PolygonalNodeShape. buildShape(NodeGraphicAttribute graphics)
void
RectangleNodeShape. buildShape(NodeGraphicAttribute graphics)
This method sets all necessary properties using the values contained within theCollectionAttribute
.