Class FreePlaneNodeShape

All Implemented Interfaces:
Shape

public class FreePlaneNodeShape
extends RectangularAreaShape
  • Field Summary

    Fields 
    Modifier and Type Field Description
    ConnectorSkeleton skel
    We will use it often, better store it.

    Fields inherited from class org.graphstream.ui.swing.renderer.shape.swing.baseShapes.AreaShape

    area, fillable, shadowable, strokable

    Fields inherited from class org.graphstream.ui.swing.renderer.shape.Decorable

    text, theDecor
  • Constructor Summary

    Constructors 
    Constructor Description
    FreePlaneNodeShape()  
  • Method Summary

    Modifier and Type Method Description
    void make​(Backend backend, org.graphstream.ui.view.camera.DefaultCamera2D camera)
    Must create the shape from informations given earlier, that is, resize it if needed and position it, and do all the things that are specific to each element, and cannot be done for the group of elements.
    void makeShadow​(Backend backend, org.graphstream.ui.view.camera.DefaultCamera2D camera)
    Same as #make(Camera) for the shadow shape.
    void render​(Backend bck, org.graphstream.ui.view.camera.DefaultCamera2D camera, org.graphstream.ui.graphicGraph.GraphicElement element, Skeleton skel)
    Render the shape for the given element.
    java.awt.geom.RectangularShape theShape()  

    Methods inherited from class org.graphstream.ui.swing.renderer.shape.swing.baseShapes.RectangularAreaShape

    renderShadow

    Methods inherited from class org.graphstream.ui.swing.renderer.shape.swing.baseShapes.AreaShape

    configureForElement, configureForGroup

    Methods inherited from class org.graphstream.ui.swing.renderer.shape.Decorable

    configureDecorableForElement, configureDecorableForGroup, decorArea, decorConnector

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details

    • make

      public void make​(Backend backend, org.graphstream.ui.view.camera.DefaultCamera2D camera)
      Description copied from interface: Shape
      Must create the shape from informations given earlier, that is, resize it if needed and position it, and do all the things that are specific to each element, and cannot be done for the group of elements. This method is made to be called inside the render() method, hence it is protected.
      Specified by:
      make in interface Shape
      Overrides:
      make in class RectangularAreaShape
      Parameters:
      backend - The rendering back-end.
      camera - the view parameters.
    • makeShadow

      public void makeShadow​(Backend backend, org.graphstream.ui.view.camera.DefaultCamera2D camera)
      Description copied from interface: Shape
      Same as #make(Camera) for the shadow shape. The shadow shape may be moved and resized compared to the original shape. This method is made to be called inside the renderShadow() method, hence it is protected.
      Specified by:
      makeShadow in interface Shape
      Overrides:
      makeShadow in class RectangularAreaShape
    • render

      public void render​(Backend bck, org.graphstream.ui.view.camera.DefaultCamera2D camera, org.graphstream.ui.graphicGraph.GraphicElement element, Skeleton skel)
      Description copied from interface: Shape
      Render the shape for the given element.
      Specified by:
      render in interface Shape
      Overrides:
      render in class RectangularAreaShape
      camera - The view parameters.
      element - The element to render.
      skel - The element geometry and information.
    • theShape

      public java.awt.geom.RectangularShape theShape()
      Overrides:
      theShape in class RectangularAreaShape