Class Skeleton
java.lang.Object
org.graphstream.ui.swing.renderer.Skeleton
- All Implemented Interfaces:
org.graphstream.ui.view.camera.Skeleton
- Direct Known Subclasses:
AreaSkeleton
,ConnectorSkeleton
public abstract class Skeleton
extends java.lang.Object
implements org.graphstream.ui.view.camera.Skeleton
Elements of rendering that, contrary to the shapes, are specific to the element, not the style
group and define the basic geometry of the shape.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Skeleton.EdgeShapeKind
class
Skeleton.Triplet<X,Y,Z>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
attributeName
IconAndText
iconAndText
-
Constructor Summary
Constructors Constructor Description Skeleton()
-
Method Summary
-
Field Details
-
attributeName
public static java.lang.String attributeName -
iconAndText
-
-
Constructor Details
-
Skeleton
public Skeleton()
-