|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VertexDraw in de.aitools.iv.graphdrawing |
---|
Methods in de.aitools.iv.graphdrawing that return VertexDraw | |
---|---|
static VertexDraw |
AttachmentManager.getVertexDraw(Vertex vertex,
Visualization visualization)
returns the VertexDraw, which the vertex stored for the specified visualization |
Methods in de.aitools.iv.graphdrawing with parameters of type VertexDraw | |
---|---|
static void |
AttachmentManager.setVertexDraw(Vertex vertex,
Visualization visualization,
VertexDraw vertexDraw)
sets the attachment of the vertex for the visualization to the specified vertexDraw. |
Uses of VertexDraw in de.aitools.iv.graphdrawing.distortion |
---|
Classes in de.aitools.iv.graphdrawing.distortion that implement VertexDraw | |
---|---|
class |
DistortionVertexDraw
|
Methods in de.aitools.iv.graphdrawing.distortion with parameters of type VertexDraw | |
---|---|
static void |
AttachmentWrapper.setVertexDraw(Vertex vertex,
Visualization visualization,
VertexDraw vertexDraw)
just calls AttachmentManager.setVertexDraw(vertex, visualization, vertexDraw); |
Uses of VertexDraw in de.aitools.iv.graphdrawing.jtree |
---|
Classes in de.aitools.iv.graphdrawing.jtree that implement VertexDraw | |
---|---|
class |
JTreeVertexDraw
|
Methods in de.aitools.iv.graphdrawing.jtree with parameters of type VertexDraw | |
---|---|
static void |
AttachmentWrapper.setVertexDraw(Vertex vertex,
Visualization visualization,
VertexDraw vertexDraw)
just calls AttachmentManager.setVertexDraw(vertex, visualization, vertexDraw); |
Uses of VertexDraw in de.aitools.iv.graphdrawing.nativeboxtree |
---|
Classes in de.aitools.iv.graphdrawing.nativeboxtree that implement VertexDraw | |
---|---|
class |
NativeBoxTreeVertexDraw
besteht aus 3 Dingen: 1.einer Kante vom Vater zu diesem Draw 2.einem Label, variabler Länge 3.(ausblendbar) einem Icon fär ein-/ausblenden der Söhne |
Methods in de.aitools.iv.graphdrawing.nativeboxtree with parameters of type VertexDraw | |
---|---|
static void |
AttachmentWrapper.setVertexDraw(Vertex vertex,
Visualization visualization,
VertexDraw vertexDraw)
just calls AttachmentManager.setVertexDraw(vertex, visualization, vertexDraw); |
Uses of VertexDraw in de.aitools.iv.graphdrawing.nativetree |
---|
Classes in de.aitools.iv.graphdrawing.nativetree that implement VertexDraw | |
---|---|
class |
NativeTreeVertexDraw
besteht aus 3 Dingen: 1.einer Kante vom Vater zu diesem Draw 2.einem Label, variabler Länge 3.(ausblendbar) einem Icon für ein-/ausblenden der Söhne |
Methods in de.aitools.iv.graphdrawing.nativetree with parameters of type VertexDraw | |
---|---|
static void |
AttachmentWrapper.setVertexDraw(Vertex vertex,
Visualization visualization,
VertexDraw vertexDraw)
just calls AttachmentManager.setVertexDraw(vertex, visualization, vertexDraw); |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |