Class Skeleton
java.lang.Object
org.graphstream.ui.javafx.renderer.Skeleton
- All Implemented Interfaces:
org.graphstream.ui.view.camera.Skeleton
- Direct Known Subclasses:
AreaSkeleton
,ConnectorSkeleton
public abstract class Skeleton extends 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 String
attributeName
IconAndText
iconAndText
-
Constructor Summary
Constructors Constructor Description Skeleton()
-
Method Summary
-
Field Details
-
Constructor Details
-
Skeleton
public Skeleton()
-