- de.tesis.dynaware.grapheditor - package de.tesis.dynaware.grapheditor
-
- de.tesis.dynaware.grapheditor.utils - package de.tesis.dynaware.grapheditor.utils
-
- de.tesis.dynaware.grapheditor.window - package de.tesis.dynaware.grapheditor.window
-
- DEFAULT_MAX_HEIGHT - Static variable in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
- DEFAULT_MAX_WIDTH - Static variable in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
- deleteSelection() - Method in interface de.tesis.dynaware.grapheditor.SelectionManager
-
Deletes all nodes that are currently selected.
- deleteSelection(CommandAppender<List<GNode>>) - Method in interface de.tesis.dynaware.grapheditor.SelectionManager
-
Deletes all nodes that are currently selected.
- dragActive - Variable in class de.tesis.dynaware.grapheditor.utils.DraggableBox
-
- dragEnabledXProperty() - Method in class de.tesis.dynaware.grapheditor.utils.DraggableBox
-
The property for whether dragging of the box is enabled in the x (horizontal) direction.
- dragEnabledYProperty() - Method in class de.tesis.dynaware.grapheditor.utils.DraggableBox
-
The property for whether dragging of the box is enabled in the y (vertical) direction.
- DraggableBox - Class in de.tesis.dynaware.grapheditor.utils
-
A draggable box that can display children.
- DraggableBox() - Constructor for class de.tesis.dynaware.grapheditor.utils.DraggableBox
-
Creates an empty draggable box.
- draw(List<Point2D>, Map<GConnection, List<Point2D>>) - Method in class de.tesis.dynaware.grapheditor.GConnectionSkin
-
Draws the connection skin based on the given points.
- draw(Point2D, Point2D) - Method in class de.tesis.dynaware.grapheditor.GTailSkin
-
Updates the position of the tail according to the specified start and end points.
- draw(Point2D, Point2D, List<Point2D>) - Method in class de.tesis.dynaware.grapheditor.GTailSkin
-
Updates the position of the tail according to the specified start and end points, and the specified list of joint
positions of a connection.
- draw() - Method in class de.tesis.dynaware.grapheditor.utils.Arrow
-
Draws the arrow for its current size and position values.
- draw() - Method in class de.tesis.dynaware.grapheditor.utils.ArrowHead
-
Draws the arrow-head for its current size and position values.
- draw(double) - Method in class de.tesis.dynaware.grapheditor.window.MinimapContentRepresentation
-
Draws the minimap content representation for the given scale factor.
- draw(Region, Region, double, double) - Method in class de.tesis.dynaware.grapheditor.window.MinimapLocator
-
Draws the locator based on the given window, content, and scale factor values.
- draw(double) - Method in class de.tesis.dynaware.grapheditor.window.MinimapNodeGroup
-
Draws the model's nodes at a scaled-down size to be displayed in the minimap.
- GConnectionSkin - Class in de.tesis.dynaware.grapheditor
-
The skin class for a GConnection.
- GConnectionSkin(GConnection) - Constructor for class de.tesis.dynaware.grapheditor.GConnectionSkin
-
- GConnectorSkin - Class in de.tesis.dynaware.grapheditor
-
The skin class for a GConnector.
- GConnectorSkin(GConnector) - Constructor for class de.tesis.dynaware.grapheditor.GConnectorSkin
-
- GConnectorStyle - Enum in de.tesis.dynaware.grapheditor
-
A set of styles that can be applied to a particular connector.
- GConnectorValidator - Interface in de.tesis.dynaware.grapheditor
-
An interface for customising connector validation.
- GeometryUtils - Class in de.tesis.dynaware.grapheditor.utils
-
Utility class containing helper methods relating to geometry, positions, etc.
- GeometryUtils() - Constructor for class de.tesis.dynaware.grapheditor.utils.GeometryUtils
-
- getAlignmentTargetsX() - Method in class de.tesis.dynaware.grapheditor.utils.DraggableBox
-
Gets the set of x values that the box will align to when dragged close enough.
- getAlignmentTargetsY() - Method in class de.tesis.dynaware.grapheditor.utils.DraggableBox
-
Gets the set of y values that the box will align to when dragged close enough.
- getAlignmentThreshold() - Method in class de.tesis.dynaware.grapheditor.utils.DraggableBox
-
Gets the alignment threshold value.
- getBackgroundRectangle() - Method in class de.tesis.dynaware.grapheditor.utils.DraggableBox
-
Gets the background Rectangle.
- getBorderRectangle() - Method in class de.tesis.dynaware.grapheditor.utils.DraggableBox
-
Gets the border Rectangle.
- getConnection() - Method in class de.tesis.dynaware.grapheditor.GConnectionSkin
-
Gets the connection model element represented by the skin.
- getConnector() - Method in class de.tesis.dynaware.grapheditor.GConnectorSkin
-
Gets the connector model element represented by the skin.
- getConnector() - Method in class de.tesis.dynaware.grapheditor.GTailSkin
-
Gets the connector model element associated to the skin.
- getConnectorPosition(GConnectorSkin) - Method in class de.tesis.dynaware.grapheditor.GNodeSkin
-
Gets the position of the center of a connector relative to the node region.
- getConnectorPosition(GConnector, SkinLookup) - Static method in class de.tesis.dynaware.grapheditor.utils.GeometryUtils
-
Gets the position of the center of a connector in the coordinate system of the view.
- getContent() - Method in class de.tesis.dynaware.grapheditor.window.PanningWindow
-
Gets the content of the panning window.
- getCursorPosition(GConnector, double, double, SkinLookup) - Static method in class de.tesis.dynaware.grapheditor.utils.GeometryUtils
-
Gets the position of the cursor relative to the coordinate system of the view.
- getCustomProperties() - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Additional properties that may be added and referred to in custom skin implementations.
- getEastBoundValue() - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Gets the value of the east bound.
- getGraphEditor() - Method in class de.tesis.dynaware.grapheditor.GConnectionSkin
-
Gets the graph editor instance that this skin is a part of.
- getGraphEditor() - Method in class de.tesis.dynaware.grapheditor.GConnectorSkin
-
Gets the graph editor instance that this skin is a part of.
- getGraphEditor() - Method in class de.tesis.dynaware.grapheditor.GJointSkin
-
Gets the graph editor instance that this skin is a part of.
- getGraphEditor() - Method in class de.tesis.dynaware.grapheditor.GNodeSkin
-
Gets the graph editor instance that this skin is a part of.
- getGraphEditor() - Method in class de.tesis.dynaware.grapheditor.GTailSkin
-
Gets the graph editor instance that this skin is a part of.
- getGridColor() - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Gets the grid color.
- getGridSpacing() - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Gets the current grid spacing in pixels.
- getHeight() - Method in class de.tesis.dynaware.grapheditor.GConnectorSkin
-
Gets the height of the connector skin.
- getHeight() - Method in class de.tesis.dynaware.grapheditor.GJointSkin
-
Gets the height of the joint.
- getJoint() - Method in class de.tesis.dynaware.grapheditor.GJointSkin
-
Gets the joint model element represented by the skin.
- getJointPositions(List<GJointSkin>) - Static method in class de.tesis.dynaware.grapheditor.utils.GeometryUtils
-
Gets the layout x and y values from all joints in a list of joint skins.
- getJointPositions(GConnection, SkinLookup) - Static method in class de.tesis.dynaware.grapheditor.utils.GeometryUtils
-
Gets the layout x and y values from all joints within a connection.
- getJointPositions(GConnection) - Static method in class de.tesis.dynaware.grapheditor.utils.GeometryUtils
-
Gets the x and y values from all joints within a connection.
- getJointSkins(GConnection, SkinLookup) - Static method in class de.tesis.dynaware.grapheditor.utils.GeometryUtils
-
Gets all joint skins for a connection.
- getLength() - Method in class de.tesis.dynaware.grapheditor.utils.ArrowHead
-
Gets the length of the arrow-head.
- getModel() - Method in interface de.tesis.dynaware.grapheditor.GraphEditor
-
Gets the graph model that is currently being edited.
- getNode() - Method in class de.tesis.dynaware.grapheditor.GNodeSkin
-
Gets the node model element represented by the skin.
- getNorthBoundValue() - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Gets the value of the north bound.
- getProperties() - Method in interface de.tesis.dynaware.grapheditor.GraphEditor
-
Gets the properties of the editor.
- getResizeBorderTolerance() - Method in class de.tesis.dynaware.grapheditor.utils.ResizableBox
-
Gets the border tolerance for the purposes of resizing.
- getRoot() - Method in class de.tesis.dynaware.grapheditor.GConnectionSkin
-
Gets the root JavaFX node of the skin.
- getRoot() - Method in class de.tesis.dynaware.grapheditor.GConnectorSkin
-
Gets the root JavaFX node of the skin.
- getRoot() - Method in class de.tesis.dynaware.grapheditor.GJointSkin
-
Gets the root JavaFX node of the skin.
- getRoot() - Method in class de.tesis.dynaware.grapheditor.GNodeSkin
-
Gets the root JavaFX node of the skin.
- getRoot() - Method in class de.tesis.dynaware.grapheditor.GTailSkin
-
Gets the root JavaFX node of the skin.
- getSelectedJoints() - Method in interface de.tesis.dynaware.grapheditor.SelectionManager
-
Gets the observable list of currently-selected joints.
- getSelectedNodes() - Method in interface de.tesis.dynaware.grapheditor.SelectionManager
-
Gets the observable list of currently-selected nodes.
- getSelectionManager() - Method in interface de.tesis.dynaware.grapheditor.GraphEditor
-
Gets the selection manager.
- getSkinLookup() - Method in interface de.tesis.dynaware.grapheditor.GraphEditor
-
Gets the skin lookup.
- getSnapToGridOffset() - Method in class de.tesis.dynaware.grapheditor.utils.DraggableBox
-
Gets the offset that the box will snap to when a drag finishes and snap-to-grid is active.
- getSouthBoundValue() - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Gets the value of the south bound.
- getView() - Method in interface de.tesis.dynaware.grapheditor.GraphEditor
-
Gets the view where the graph is displayed and edited.
- getWestBoundValue() - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Gets the value of the west bound.
- getWidth() - Method in class de.tesis.dynaware.grapheditor.GConnectorSkin
-
Gets the width of the connector skin.
- getWidth() - Method in class de.tesis.dynaware.grapheditor.GJointSkin
-
Gets the width of the joint.
- GJointSkin - Class in de.tesis.dynaware.grapheditor
-
The skin class for a GJoint.
- GJointSkin(GJoint) - Constructor for class de.tesis.dynaware.grapheditor.GJointSkin
-
- GNodeSkin - Class in de.tesis.dynaware.grapheditor
-
The skin class for a GNode.
- GNodeSkin(GNode) - Constructor for class de.tesis.dynaware.grapheditor.GNodeSkin
-
- GraphEditor - Interface in de.tesis.dynaware.grapheditor
-
Provides functionality for displaying and editing graph-like diagrams in JavaFX.
- GraphEditorContainer - Class in de.tesis.dynaware.grapheditor
-
A container for the graph editor.
- GraphEditorContainer() - Constructor for class de.tesis.dynaware.grapheditor.GraphEditorContainer
-
- GraphEditorMinimap - Class in de.tesis.dynaware.grapheditor.window
-
A minimap for the graph editor.
- GraphEditorMinimap(double) - Constructor for class de.tesis.dynaware.grapheditor.window.GraphEditorMinimap
-
- GraphEditorProperties - Class in de.tesis.dynaware.grapheditor.utils
-
General properties for the graph editor.
- GraphEditorProperties() - Constructor for class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Creates a new editor properties instance containing a set of default properties.
- GraphEditorProperties(GraphEditorProperties) - Constructor for class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Copy constructor.
- gridColorProperty() - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Gets the grid color property.
- gridSpacingProperty() - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Gets the grid spacing property.
- gridVisibleProperty() - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Gets the grid-visible property.
- GTailSkin - Class in de.tesis.dynaware.grapheditor
-
The tail-skin class for a GConnector.
- GTailSkin(GConnector) - Constructor for class de.tesis.dynaware.grapheditor.GTailSkin
-
- initialize() - Method in class de.tesis.dynaware.grapheditor.GJointSkin
-
Initializes the joint skin.
- initialize() - Method in class de.tesis.dynaware.grapheditor.GNodeSkin
-
Initializes the node skin.
- isCacheWhilePanning() - Method in class de.tesis.dynaware.grapheditor.window.PanningWindow
-
Gets whether the content's cache will be set to true on the content while panning.
- isDragEnabledX() - Method in class de.tesis.dynaware.grapheditor.utils.DraggableBox
-
Gets whether dragging of the box is enabled in the x (horizontal) direction.
- isDragEnabledY() - Method in class de.tesis.dynaware.grapheditor.utils.DraggableBox
-
Gets whether dragging of the box is enabled in the y (vertical) direction.
- isEastBoundActive() - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Gets whether the east bound is active.
- isGridVisible() - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Checks if the background grid is visible.
- isMouseInPositionForResize() - Method in class de.tesis.dynaware.grapheditor.utils.ResizableBox
-
Gets whether or not the current mouse position would lead to a resize operation.
- isNorthBoundActive() - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Gets whether the north bound is active.
- isResizeEnabledEast() - Method in class de.tesis.dynaware.grapheditor.utils.ResizableBox
-
Gets whether or not the box is resizable in the east (right) direction.
- isResizeEnabledNorth() - Method in class de.tesis.dynaware.grapheditor.utils.ResizableBox
-
Gets whether or not the box is resizable in the north (top) direction.
- isResizeEnabledSouth() - Method in class de.tesis.dynaware.grapheditor.utils.ResizableBox
-
Gets whether or not the box is resizable in the south (bottom) direction.
- isResizeEnabledWest() - Method in class de.tesis.dynaware.grapheditor.utils.ResizableBox
-
Gets whether or not the box is resizable in the west (left) direction.
- isSelected() - Method in class de.tesis.dynaware.grapheditor.GJointSkin
-
Gets whether the joint is selected or not.
- isSelected() - Method in class de.tesis.dynaware.grapheditor.GNodeSkin
-
Gets whether the node is selected or not.
- isSnapToGridOn() - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Checks if snap-to-grid is on.
- isSouthBoundActive() - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Gets whether the south bound is active.
- isWestBoundActive() - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Gets whether the west bound is active.
- selectAll() - Method in interface de.tesis.dynaware.grapheditor.SelectionManager
-
Selects all 'selectable' elements (i.e. nodes and joints) in the editor.
- selectedProperty() - Method in class de.tesis.dynaware.grapheditor.GJointSkin
-
The property storing whether the joint is selected or not.
- selectedProperty() - Method in class de.tesis.dynaware.grapheditor.GNodeSkin
-
The property that determines whether the node is selected or not.
- SelectionManager - Interface in de.tesis.dynaware.grapheditor
-
Provides actions related to selections in the graph editor.
- setAlignmentTargetsX(List<Double>) - Method in class de.tesis.dynaware.grapheditor.utils.DraggableBox
-
Sets the set of x values that the box will align to when dragged close enough.
- setAlignmentTargetsY(List<Double>) - Method in class de.tesis.dynaware.grapheditor.utils.DraggableBox
-
Sets the set of y values that the box will align to when dragged close enough.
- setAlignmentThreshold(double) - Method in class de.tesis.dynaware.grapheditor.utils.DraggableBox
-
Sets the alignment threshold value.
- setAngle(double) - Method in class de.tesis.dynaware.grapheditor.utils.ArrowHead
-
Sets the rotation angle of the arrow-head.
- setCacheWhenStationary(boolean) - Method in class de.tesis.dynaware.grapheditor.utils.DraggableBox
-
Sets whether the box will be cached when it is not being dragged.
- setCacheWhilePanning(boolean) - Method in class de.tesis.dynaware.grapheditor.window.PanningWindow
-
Sets the content cache value while panning is active.
- setCenter(double, double) - Method in class de.tesis.dynaware.grapheditor.utils.ArrowHead
-
Sets the center position of the arrow-head.
- setConnectionSkin(String, Class<? extends GConnectionSkin>) - Method in interface de.tesis.dynaware.grapheditor.GraphEditor
-
Sets the custom connection skin for a particular connection type.
- setConnectorSkin(String, Class<? extends GConnectorSkin>) - Method in interface de.tesis.dynaware.grapheditor.GraphEditor
-
Sets the custom connector skin for a particular connector type.
- setConnectorSkins(List<GConnectorSkin>) - Method in class de.tesis.dynaware.grapheditor.GNodeSkin
-
Sets the node's connector skins.
- setConnectorValidator(Class<? extends GConnectorValidator>) - Method in interface de.tesis.dynaware.grapheditor.GraphEditor
-
Sets the custom connector validator class.
- setContent(Region) - Method in class de.tesis.dynaware.grapheditor.window.GraphEditorMinimap
-
- setContent(Region) - Method in class de.tesis.dynaware.grapheditor.window.PanningWindow
-
Sets the content of the panning window.
- setContent(Region) - Method in class de.tesis.dynaware.grapheditor.window.PanningWindowMinimap
-
Sets the content that this minimap is representing.
- setContentRepresentation(MinimapContentRepresentation) - Method in class de.tesis.dynaware.grapheditor.window.PanningWindowMinimap
-
Sets the content representation to be displayed in this minimap.
- setDragEnabledX(boolean) - Method in class de.tesis.dynaware.grapheditor.utils.DraggableBox
-
Sets whether dragging of the box is enabled in the x (horizontal) direction.
- setDragEnabledY(boolean) - Method in class de.tesis.dynaware.grapheditor.utils.DraggableBox
-
Sets whether dragging of the box is enabled in the y (vertical) direction.
- setEastBound(boolean) - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Sets whether the east bound is active.
- setEastBoundValue(double) - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Sets the value of the east bound.
- setEditorProperties(GraphEditorProperties) - Method in class de.tesis.dynaware.grapheditor.utils.DraggableBox
-
Sets the editor properties object that the drag logic should respect.
- setEnd(double, double) - Method in class de.tesis.dynaware.grapheditor.utils.Arrow
-
Sets the end position of the arrow.
- setEndpointVisible(boolean) - Method in class de.tesis.dynaware.grapheditor.GTailSkin
-
Shows or hides the endpoint of the tail.
- setGraphEditor(GraphEditor) - Method in class de.tesis.dynaware.grapheditor.GConnectionSkin
-
Sets the graph editor instance that this skin is a part of.
- setGraphEditor(GraphEditor) - Method in class de.tesis.dynaware.grapheditor.GConnectorSkin
-
Sets the graph editor instance that this skin is a part of.
- setGraphEditor(GraphEditor) - Method in class de.tesis.dynaware.grapheditor.GJointSkin
-
Sets the graph editor instance that this skin is a part of.
- setGraphEditor(GraphEditor) - Method in class de.tesis.dynaware.grapheditor.GNodeSkin
-
Sets the graph editor instance that this skin is a part of.
- setGraphEditor(GraphEditor) - Method in class de.tesis.dynaware.grapheditor.GraphEditorContainer
-
Sets the graph editor to be displayed in this container.
- setGraphEditor(GraphEditor) - Method in class de.tesis.dynaware.grapheditor.GTailSkin
-
Sets the graph editor instance that this skin is a part of.
- setGridColor(Color) - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Sets the new grid color.
- setGridSpacing(double) - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Sets the grid spacing to be used if the grid is visible and/or snap-to-grid is enabled.
- setGridVisible(boolean) - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Sets whether the background grid should be visible or not.
- setHeadLength(double) - Method in class de.tesis.dynaware.grapheditor.utils.Arrow
-
Sets the length of the arrow-head.
- setHeadRadius(double) - Method in class de.tesis.dynaware.grapheditor.utils.Arrow
-
Sets the radius of curvature of the ArcTo at the base of the arrow-head.
- setHeadWidth(double) - Method in class de.tesis.dynaware.grapheditor.utils.Arrow
-
Sets the width of the arrow-head.
- setJointSkin(String, Class<? extends GJointSkin>) - Method in interface de.tesis.dynaware.grapheditor.GraphEditor
-
Sets the custom joint skin for a particular joint type.
- setJointSkins(List<GJointSkin>) - Method in class de.tesis.dynaware.grapheditor.GConnectionSkin
-
Sets the skin objects for all joints inside the connection.
- setLength(double) - Method in class de.tesis.dynaware.grapheditor.utils.ArrowHead
-
Sets the length of the arrow-head.
- setMinimapVisible(boolean) - Method in class de.tesis.dynaware.grapheditor.GraphEditorContainer
-
Shows or hides the minimap.
- setModel(GModel) - Method in interface de.tesis.dynaware.grapheditor.GraphEditor
-
Sets the graph model to be edited.
- setModel(GModel) - Method in class de.tesis.dynaware.grapheditor.window.GraphEditorMinimap
-
Sets the model to be displayed in this minimap.
- setModel(GModel) - Method in class de.tesis.dynaware.grapheditor.window.MinimapNodeGroup
-
Sets the model whose nodes will be drawn in the minimap.
- setNodeSkin(String, Class<? extends GNodeSkin>) - Method in interface de.tesis.dynaware.grapheditor.GraphEditor
-
Sets the custom node skin for a particular node type.
- setNorthBoundValue(double) - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Sets the value of the north bound.
- setOnConnectionCreated(CommandAppender<GConnection>) - Method in interface de.tesis.dynaware.grapheditor.GraphEditor
-
Sets a method to be called when a connection is created in the editor.
- setOnConnectionRemoved(CommandAppender<GConnection>) - Method in interface de.tesis.dynaware.grapheditor.GraphEditor
-
Sets a method to be called when a connection is removed in the editor.
- setProperties(GraphEditorProperties) - Method in interface de.tesis.dynaware.grapheditor.GraphEditor
-
Sets the properties of the editor.
- setRadiusOfCurvature(double) - Method in class de.tesis.dynaware.grapheditor.utils.ArrowHead
-
Sets the radius of curvature of the ArcTo at the base of the arrow-head.
- setResizeBorderTolerance(int) - Method in class de.tesis.dynaware.grapheditor.utils.ResizableBox
-
Sets the border tolerance for the purposes of resizing.
- setResizeEnabledEast(boolean) - Method in class de.tesis.dynaware.grapheditor.utils.ResizableBox
-
Sets whether the box is resizable in the east (top) direction.
- setResizeEnabledNorth(boolean) - Method in class de.tesis.dynaware.grapheditor.utils.ResizableBox
-
Sets whether the box is resizable in the north (top) direction.
- setResizeEnabledSouth(boolean) - Method in class de.tesis.dynaware.grapheditor.utils.ResizableBox
-
Sets whether the box is resizable in the south (bottom) direction.
- setResizeEnabledWest(boolean) - Method in class de.tesis.dynaware.grapheditor.utils.ResizableBox
-
Sets whether the node is resizable in the west (left) direction.
- setSelected(boolean) - Method in class de.tesis.dynaware.grapheditor.GJointSkin
-
Sets whether the joint is selected or not.
- setSelected(boolean) - Method in class de.tesis.dynaware.grapheditor.GNodeSkin
-
Sets whether the node is selected or not.
- setSkinLookup(SkinLookup) - Method in class de.tesis.dynaware.grapheditor.window.GraphEditorMinimap
-
Sets the skin lookup instance currently in use by this graph editor.
- setSkinLookup(SkinLookup) - Method in class de.tesis.dynaware.grapheditor.window.MinimapNodeGroup
-
Sets the skin lookup instance currently in use by this graph editor.
- setSnapToGrid(boolean) - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Sets whether snap-to-grid should be on.
- setSnapToGridOffset(Point2D) - Method in class de.tesis.dynaware.grapheditor.utils.DraggableBox
-
Sets the offset that the box will snap to when a drag finishes and snap-to-grid is active.
- setSouthBound(boolean) - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Sets whether the south bound is active.
- setSouthBoundValue(double) - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Sets the value of the south bound.
- setStart(double, double) - Method in class de.tesis.dynaware.grapheditor.utils.Arrow
-
Sets the start position of the arrow.
- setTailSkin(String, Class<? extends GTailSkin>) - Method in interface de.tesis.dynaware.grapheditor.GraphEditor
-
Sets the custom tail skin for a particular connector type.
- setWestBoundValue(double) - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Sets the value of the west bound.
- setWidth(double) - Method in class de.tesis.dynaware.grapheditor.utils.ArrowHead
-
Sets the width of the arrow-head.
- setWindow(PanningWindow) - Method in class de.tesis.dynaware.grapheditor.window.PanningWindowMinimap
-
- SkinLookup - Interface in de.tesis.dynaware.grapheditor
-
Provides lookup methods to connect each model instance to its skin instance.
- snapToGridProperty() - Method in class de.tesis.dynaware.grapheditor.utils.GraphEditorProperties
-
Gets the snap-to-grid property.
- storeClickValuesForDrag(double, double) - Method in class de.tesis.dynaware.grapheditor.utils.DraggableBox
-
Stores relevant layout values at the time of the last mouse click (mouse-pressed event).