Uses of Class
org.graffiti.plugin.view.CoordinateSystem
-
Uses of CoordinateSystem in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.pathway_references
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.pathway_references with parameters of type CoordinateSystem Modifier and Type Method Description void
PathwayLinkVisualizationComponent. createNewShape(CoordinateSystem coordSys)
-
Uses of CoordinateSystem in org.graffiti.plugin.attributecomponent
Methods in org.graffiti.plugin.attributecomponent with parameters of type CoordinateSystem Modifier and Type Method Description void
AbstractAttributeComponent. createNewShape(CoordinateSystem coordSys)
Called to initialise the component of this attribute correctly. -
Uses of CoordinateSystem in org.graffiti.plugin.view
Methods in org.graffiti.plugin.view that return CoordinateSystem Modifier and Type Method Description static CoordinateSystem
CoordinateSystem. valueOf(String name)
Returns the enum constant of this type with the specified name.static CoordinateSystem[]
CoordinateSystem. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.graffiti.plugin.view with parameters of type CoordinateSystem Modifier and Type Method Description void
GraffitiViewComponent. createNewShape(CoordinateSystem coordSys)
Called to initialise the shape of the NodeComponent correctly.void
GraphElementComponentInterface. createNewShape(CoordinateSystem coordSys)
Called to initialise the shape of the NodeComponent correctly.void
GraphElementShape. setCoordinateSystem(CoordinateSystem coordinates)
-
Uses of CoordinateSystem in org.graffiti.plugins.views.defaults
Methods in org.graffiti.plugins.views.defaults that return CoordinateSystem Modifier and Type Method Description CoordinateSystem
GraffitiView. getCoordinateSystem()
Methods in org.graffiti.plugins.views.defaults with parameters of type CoordinateSystem Modifier and Type Method Description void
AbstractGraphElementComponent. createNewShape(CoordinateSystem coordSys)
Called to initialize the shape of the NodeComponent correctly.void
PolyLineEdgeShape. setCoordinateSystem(CoordinateSystem coordinates)
void
RectangularNodeShape. setCoordinateSystem(CoordinateSystem coordinates)
void
StraightLineEdgeShape. setCoordinateSystem(CoordinateSystem coordinates)