Class AreaSkeleton

java.lang.Object
org.graphstream.ui.swing.renderer.Skeleton
org.graphstream.ui.swing.renderer.AreaSkeleton
All Implemented Interfaces:
org.graphstream.ui.view.camera.AreaSkeleton, org.graphstream.ui.view.camera.Skeleton

public class AreaSkeleton
extends Skeleton
implements org.graphstream.ui.view.camera.AreaSkeleton
Skeleton for nodes and sprites.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.graphstream.ui.swing.renderer.Skeleton

    Skeleton.EdgeShapeKind, Skeleton.Triplet<X,​Y,​Z>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    org.graphstream.ui.geom.Point2 theCenter  
    org.graphstream.ui.geom.Point2 theSize  

    Fields inherited from class org.graphstream.ui.swing.renderer.Skeleton

    attributeName, iconAndText
  • Constructor Summary

    Constructors 
    Constructor Description
    AreaSkeleton()  
  • Method Summary

    Modifier and Type Method Description
    org.graphstream.ui.geom.Point2 theCenter()  
    org.graphstream.ui.geom.Point2 theSize()  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • theCenter

      public org.graphstream.ui.geom.Point2 theCenter
    • theSize

      public org.graphstream.ui.geom.Point2 theSize
  • Constructor Details

  • Method Details

    • theSize

      public org.graphstream.ui.geom.Point2 theSize()
      Specified by:
      theSize in interface org.graphstream.ui.view.camera.AreaSkeleton
    • theCenter

      public org.graphstream.ui.geom.Point2 theCenter()
      Specified by:
      theCenter in interface org.graphstream.ui.view.camera.AreaSkeleton