Packagecom.kapit.diagram.ui
Classpublic class DiagramHitType



Public Constants
 ConstantDefined by
  KNOB : int = 0
[static] Knob hit index indicating that the user have hit a Knob.
DiagramHitType
  LINKBAR : int = -3
[static] Link bar hit index indicating that the user have hit the linkbar.
DiagramHitType
  NONE : int = -2
[static] No Hit element.
DiagramHitType
  SPRITE : int = -1
[static] Sprite hit index indicating that the user have hit a Sprite.
DiagramHitType
Constant detail
KNOBconstant
public static const KNOB:int = 0

Knob hit index indicating that the user have hit a Knob.

LINKBARconstant 
public static const LINKBAR:int = -3

Link bar hit index indicating that the user have hit the linkbar.

NONEconstant 
public static const NONE:int = -2

No Hit element.

SPRITEconstant 
public static const SPRITE:int = -1

Sprite hit index indicating that the user have hit a Sprite.