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 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.
  • Field Details

    • attributeName

      public static String attributeName
    • iconAndText

      public IconAndText iconAndText
  • Constructor Details

    • Skeleton

      public Skeleton()