Class AnchorShape

java.lang.Object
org.pathvisio.libgpml.model.shape.AnchorShape

public class AnchorShape
extends java.lang.Object
AnchorShape is responsible for defining the graphic for Anchors, similar to ArrowShape for Arrows. Currently this is nothing but a wrapper for a simple java Shape.
Author:
unknown
  • Field Summary

    Fields
    Modifier and Type Field Description
    (package private) java.awt.Shape shape  
  • Constructor Summary

    Constructors
    Constructor Description
    AnchorShape​(java.awt.Shape shape)  
  • Method Summary

    Modifier and Type Method Description
    java.awt.Shape getShape()  

    Methods inherited from class java.lang.Object

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

    • shape

      java.awt.Shape shape
  • Constructor Details

    • AnchorShape

      public AnchorShape​(java.awt.Shape shape)
  • Method Details

    • getShape

      public java.awt.Shape getShape()