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 voidPathwayLinkVisualizationComponent. 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 voidAbstractAttributeComponent. 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 CoordinateSystemCoordinateSystem. 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 voidGraffitiViewComponent. createNewShape(CoordinateSystem coordSys)Called to initialise the shape of the NodeComponent correctly.voidGraphElementComponentInterface. createNewShape(CoordinateSystem coordSys)Called to initialise the shape of the NodeComponent correctly.voidGraphElementShape. 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 CoordinateSystemGraffitiView. getCoordinateSystem()Methods in org.graffiti.plugins.views.defaults with parameters of type CoordinateSystem Modifier and Type Method Description voidAbstractGraphElementComponent. createNewShape(CoordinateSystem coordSys)Called to initialize the shape of the NodeComponent correctly.voidPolyLineEdgeShape. setCoordinateSystem(CoordinateSystem coordinates)voidRectangularNodeShape. setCoordinateSystem(CoordinateSystem coordinates)voidStraightLineEdgeShape. setCoordinateSystem(CoordinateSystem coordinates)