Uses of Class
org.graffiti.plugin.view.ShapeNotFoundException
-
Uses of ShapeNotFoundException in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_settings
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_settings that throw ShapeNotFoundException Modifier and Type Method Description void
ChartAttributeComponent. attributeChanged(Attribute attr)
void
ChartAttributeComponent. recreate()
-
Uses of ShapeNotFoundException in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.compound_image
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.compound_image that throw ShapeNotFoundException Modifier and Type Method Description void
CompoundImageAttributeComponent. attributeChanged(Attribute attr)
void
CompoundImageAttributeComponent. recreate()
-
Uses of ShapeNotFoundException in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.pathway_references
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.pathway_references that throw ShapeNotFoundException Modifier and Type Method Description void
PathwayLinkVisualizationComponent. attributeChanged(Attribute attr)
void
PathwayLinkVisualizationComponent. createNewShape(CoordinateSystem coordSys)
void
PathwayLinkVisualizationComponent. recreate()
-
Uses of ShapeNotFoundException in org.graffiti.plugin.attributecomponent
Methods in org.graffiti.plugin.attributecomponent that throw ShapeNotFoundException Modifier and Type Method Description abstract void
AbstractAttributeComponent. attributeChanged(Attribute attr)
Called when a graphics attribute of the attribute represented by this component has changed.void
AbstractAttributeComponent. createNewShape(CoordinateSystem coordSys)
Called to initialise the component of this attribute correctly.abstract void
AbstractAttributeComponent. recreate()
Used when the shape changed in the datastructure. -
Uses of ShapeNotFoundException in org.graffiti.plugin.view
Methods in org.graffiti.plugin.view that throw ShapeNotFoundException Modifier and Type Method Description abstract void
AttributeComponent. attributeChanged(Attribute attr)
Called when a graphics attribute of the attribute represented by this component has changed.void
GraffitiViewComponent. attributeChanged(Attribute attr)
Called when a graphics attribute of the GraphElement represented by this component has changed.void
GraphElementComponentInterface. attributeChanged(Attribute attr)
Called when an attribute of the GraphElement represented by this component has changed.void
EdgeShape. buildShape(EdgeGraphicAttribute graphics, NodeShape source, NodeShape target)
Called when one of the nodes belonging to this edge has changed.void
NodeShape. buildShape(NodeGraphicAttribute graphics)
Shapes itself according to the graphics attribute found in the CollectionAttributegraphics
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
GraphElementComponentInterface. graphicAttributeChanged(Attribute attr)
Called when a graphic attribute of the GraphElement represented by this component has changed.void
GraphElementComponentInterface. nonGraphicAttributeChanged(Attribute attr)
Called when a non-graphic attribute of the GraphElement represented by this component has changed.abstract void
AttributeComponent. recreate()
Used when the shape changed in the datastructure. -
Uses of ShapeNotFoundException in org.graffiti.plugins.views.defaults
Methods in org.graffiti.plugins.views.defaults that throw ShapeNotFoundException Modifier and Type Method Description void
AbstractGraphElementComponent. attributeChanged(Attribute attr)
Called when an attribute of the GraphElement represented by this component has changed.abstract void
LineEdgeShape. buildShape(EdgeGraphicAttribute graphics, NodeShape source, NodeShape target)
Called when one of the nodes belonging to this edge has changed.void
PolyLineEdgeShape. buildShape(EdgeGraphicAttribute edgeAttr, NodeShape sourceShape, NodeShape targetShape)
This method sets all necessary properties of an edge using the values contained within theCollectionAttribute
(like coordinates etc.).void
QuadCurveEdgeShape. buildShape(EdgeGraphicAttribute edgeAttr, NodeShape sourceShape, NodeShape targetShape)
This method sets all necessary properties of an edge using the values contained within theCollectionAttribute
(like coordinates etc.).void
SmoothLineEdgeShape. buildShape(EdgeGraphicAttribute edgeAttr, NodeShape sourceShape, NodeShape targetShape)
This method sets all necessary properties of an edge using the values contained within theCollectionAttribute
(like coordinates etc.).void
StraightLineEdgeShape. buildShape(EdgeGraphicAttribute edgeAttr, NodeShape sourceShape, NodeShape targetShape)
This method sets all necessary properties of an edge using the values contained within theCollectionAttribute
(like coordinates etc.).void
AbstractGraphElementComponent. createNewShape(CoordinateSystem coordSys)
Called to initialize the shape of the NodeComponent correctly.void
AbstractGraphElementComponent. graphicAttributeChanged(Attribute attr)
Called when a graphic attribute of the GraphElement represented by this component has changed.void
EdgeComponent. graphicAttributeChanged(Attribute attr)
Called when a graphic attribute of the edge represented by this component has changed.void
NodeComponent. graphicAttributeChanged(Attribute attr)
Called when a graphic attribute of the node represented by this component has changed.void
AbstractGraphElementComponent. nonGraphicAttributeChanged(Attribute attr)
Called when a non-graphic attribute of the GraphElement represented by this component has changed.void
NodeComponent. nonGraphicAttributeChanged(Attribute attr)