|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CompositeLine | |
| com.tensegrity.composite | The Tensgrity Graph Framework supports complex visual representations of nodes and edges. |
| com.tensegrity.composite.event | Provides interfaces and classes for dealing with events fired by base composites. |
| com.tensegrity.composite.event.line | Provides interfaces and classes for dealing with events fired by a
CompositeLine. |
| com.tensegrity.composite.persistence | Provides classes for making composite objects persistent. |
| com.tensegrity.graph.view | Contains the graph view interface. |
| com.tensegrity.gui.swing.dnd | This package contains a basic implementation for Drag And Drop. |
| com.tensegrity.gui.swt.graph | |
| Uses of CompositeLine in com.tensegrity.composite |
| Methods in com.tensegrity.composite that return CompositeLine | |
static CompositeLine |
CompositeUtilities.createCompositeLineByDescriptorName(java.lang.String geometryName,
java.lang.String styleName)
Creates a CompositeLine instance from the given geometry and
style descriptor names. |
abstract CompositeLine |
CompositeFactory.newCompositeLine()
Creates a new CompositeLine. |
abstract CompositeLine |
CompositeFactory.newCompositeLine(Line2D line)
creates a new CompositeLine from Line2D the
given by line. |
abstract CompositeLine |
CompositeFactory.newCompositeLine(Polyline2D polyline)
creates a new CompositeLine from Polyline2D the
given by polyline. |
CompositeLine |
CompositeLine.deepCopy()
Deep copies a CompositeLine. |
| Uses of CompositeLine in com.tensegrity.composite.event |
| Methods in com.tensegrity.composite.event that return CompositeLine | |
CompositeLine |
CompositeLineEvent.getCompositeLine()
returns the CompositeLine which generates the event. |
| Uses of CompositeLine in com.tensegrity.composite.event.line |
| Methods in com.tensegrity.composite.event.line that return CompositeLine | |
CompositeLine |
AbstractCompositeLineEvent.getCompositeLine()
|
| Constructors in com.tensegrity.composite.event.line with parameters of type CompositeLine | |
LineManipulationEvent(CompositeLine compositeline)
Constructor specifying the manipulated CompositeLine. |
|
LineChangedEvent(CompositeLine compositeline)
Constructor specifying the changed line. |
|
LineMoveEvent(CompositeLine compositeline)
Constructor specifying the moved CompositeLine. |
|
AbstractCompositeLineEvent(CompositeLine compositeline)
The Constructor for AbstractCompositeLineEvent. |
|
| Uses of CompositeLine in com.tensegrity.composite.persistence |
| Constructors in com.tensegrity.composite.persistence with parameters of type CompositeLine | |
CompositeLineSerializer(CompositeLine line)
Constructor for CompositeLineSerializer. |
|
| Uses of CompositeLine in com.tensegrity.graph.view |
| Subinterfaces of CompositeLine in com.tensegrity.graph.view | |
interface |
VisualEdgeComposite
The VisualEdgeComposite interface is a generalization of the
CompositeLine interface. |
| Methods in com.tensegrity.graph.view that return CompositeLine | |
CompositeLine |
VisualEdge.getComposite()
Returns the instance of the CompositeLine associated to the
VisualEdge instance. |
| Methods in com.tensegrity.graph.view with parameters of type CompositeLine | |
void |
VisualGraphView.highlightPorts(CompositeLine compositeline,
int snapToPortDistance)
Highlight any potential ports at the start and endpoint-locations of the given CompositeLine. |
static void |
VisualOperations.convertCoordinates(CompositeLine compositeline,
Transform2D transform)
Converts all the coordinates of the given CompositeLine
by the given transformation. |
abstract VisualEdge |
GraphViewFactory.newVisualEdge(Edge edge,
VisualNode visualsource,
VisualNode visualtarget,
CompositeLine composite)
Constructs and returns a VisualEdge object. |
abstract VisualEdge |
GraphViewFactory.newVisualEdge(Edge edge,
VisualNode source,
VisualNode target,
VisualEdgeInfo info,
CompositeLine composite)
Constructs and returns a VisualEdge object. |
abstract VisualEdge |
GraphViewFactory.newVisualEdge(Edge edge,
VisualNode visualsource,
VisualNode visualtarget,
VisualPort visualsourceport,
VisualPort visualtargetport,
CompositeLine composite)
|
abstract VisualEdge |
GraphViewFactory.newVisualEdge(Edge edge,
VisualNode visualsource,
VisualNode visualtarget,
VisualPort visualsourceport,
VisualPort visualtargetport,
VisualEdgeInfo info,
CompositeLine composite)
|
| Uses of CompositeLine in com.tensegrity.gui.swing.dnd |
| Constructors in com.tensegrity.gui.swing.dnd with parameters of type CompositeLine | |
CompositeLineTransferable(CompositeLine compositeline)
Creates a new CompositeTransferable from the given composite instance. |
|
| Uses of CompositeLine in com.tensegrity.gui.swt.graph |
| Methods in com.tensegrity.gui.swt.graph with parameters of type CompositeLine | |
protected static void |
GraphPanelUtility.positionCompositeLine(CompositeLine compositeline,
int x,
int y)
Internal helper method, positions the start point of a line at the coordiantes (x,y). |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||