Module imp2d

Class Arrow

All Implemented Interfaces:
Manageable, Shareable

public final class Arrow extends ShareableBase
  • Field Details

  • Constructor Details

    • Arrow

      public Arrow()
  • Method Details

    • getManageableType

      public ManageableType getManageableType()
    • getType

      public int getType()
    • setType

      public void setType(int value)
    • getWidth

      public float getWidth()
    • setWidth

      public void setWidth(float value)
    • getRelHeight

      public float getRelHeight()
    • setRelHeight

      public void setRelHeight(float value)
    • add

      public static void add(Arrow a, GeneralPath shape, boolean append, float xbase, float ybase, float xtip, float ytip)