Package curve.control
Class D
java.lang.Object
curve.control.D
-
Field Summary
Modifier and TypeFieldDescriptionstatic boolean
debug mouse double clickstatic boolean
debug area managementstatic boolean
debugstatic boolean
debug sequence of calling constructorsstatic boolean
debug delete - it seemed to called out from nothingstatic boolean
debug dragging actionstatic boolean
debug drawingstatic boolean
debug interpreterstatic boolean
debug Line Cubicstatic boolean
debug line managementstatic boolean
debug Line Straightstatic boolean
debug mouse movementstatic boolean
debug mouse clickstatic boolean
debug mouse over or near some colour object bitstatic boolean
debug paint actionstatic boolean
debug pan actionstatic boolean
debug plerpingstatic boolean
debug generating straight line -
Constructor Summary
-
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
-