Package curve.control
Class D
java.lang.Object
curve.control.D
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleandebug mouse double clickstatic booleandebug area managementstatic booleandebugstatic booleandebug sequence of calling constructorsstatic booleandebug delete - it seemed to called out from nothingstatic booleandebug dragging actionstatic booleandebug drawingstatic booleandebug interpreterstatic booleandebug Line Cubicstatic booleandebug line managementstatic booleandebug Line Straightstatic booleandebug mouse movementstatic booleandebug mouse clickstatic booleandebug mouse over or near some colour object bitstatic booleandebug paint actionstatic booleandebug pan actionstatic booleandebug plerpingstatic booleandebug generating straight line -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
d2Click
public static boolean d2Clickdebug mouse double click -
dArea
public static boolean dAreadebug area management -
dbg
public static boolean dbgdebug -
dConstr
public static boolean dConstrdebug sequence of calling constructors -
dDelete
public static boolean dDeletedebug delete - it seemed to called out from nothing -
dDrag
public static boolean dDragdebug dragging action -
dDraw
public static boolean dDrawdebug drawing -
dInterp
public static boolean dInterpdebug interpreter -
dLC
public static boolean dLCdebug Line Cubic -
dLine
public static boolean dLinedebug line management -
dLS
public static boolean dLSdebug Line Straight -
dMouse
public static boolean dMousedebug mouse movement -
dOV
public static boolean dOVdebug mouse click -
dOver
public static boolean dOverdebug mouse over or near some colour object bit -
dPaint
public static boolean dPaintdebug paint action -
dPan
public static boolean dPandebug pan action -
dPlerp
public static boolean dPlerpdebug plerping -
dSL
public static boolean dSLdebug generating straight line
-
-
Constructor Details
-
D
public D()default constructor
-