Class HandleType

java.lang.Object
org.jhotdraw8.draw.handle.HandleType

public class HandleType extends Object
HandleType is used by tools to request specific handles from figures.
Author:
Werner Randelshofer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final HandleType
    A Handle of this type should highlight a figure, but should not provide user interaction.
    static final HandleType
    A Handle of this type should highlight a figure, but should not provide user interaction.
    static final HandleType
    Handles of this type should allow to move (translate) a figure.
    static final HandleType
    Handle of this type should allow to edit a point of a figure.
    static final HandleType
    Handle of this type should allow to svgStringReshapeToBuilder (resize) a figure.
    static final HandleType
    A Handle of this type should highlight a figure, but should not provide user interaction.
    static final HandleType
    Handle of this type should allow to transform (scale and rotate) a figure.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • SELECT

      public static final HandleType SELECT
      A Handle of this type should highlight a figure, but should not provide user interaction.
    • LEAD

      public static final HandleType LEAD
      A Handle of this type should highlight a figure, but should not provide user interaction.
    • ANCHOR

      public static final HandleType ANCHOR
      A Handle of this type should highlight a figure, but should not provide user interaction.
    • MOVE

      public static final HandleType MOVE
      Handles of this type should allow to move (translate) a figure.
    • RESIZE

      public static final HandleType RESIZE
      Handle of this type should allow to svgStringReshapeToBuilder (resize) a figure.
    • TRANSFORM

      public static final HandleType TRANSFORM
      Handle of this type should allow to transform (scale and rotate) a figure.
    • POINT

      public static final HandleType POINT
      Handle of this type should allow to edit a point of a figure.
  • Constructor Details

    • HandleType

      public HandleType()