jpicedt.graphic.view
Class ViewConstants
java.lang.Object
jpicedt.graphic.view.ViewConstants
public class ViewConstants
- extends Object
Useful constants for implementation of the View and Highlighter interfaces.
- Since:
- jpicedt 1.4
- Version:
- $Id: ViewConstants.java,v 1.7 2013/03/27 07:20:25 vincentb1 Exp $
- Author:
- Sylvain Reynal
Field Summary |
static double |
BARBELL_SIZE
a constant that can be used as the size of selection-barbells (in pixels !!!) |
static double |
CLICK_DISTANCE
a constant that can be used as the max. distance b/w a point and a mouse click that triggers
a selection (in mm !!!) |
static Stroke |
NO_STROKE_FOR_SHADOW
Une constante pour influencer l'ombrage des forme lorsque l'utilisateur demande qu'il n'y ait pas de
contour. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLICK_DISTANCE
public static final double CLICK_DISTANCE
- a constant that can be used as the max. distance b/w a point and a mouse click that triggers
a selection (in mm !!!)
- See Also:
- Constant Field Values
BARBELL_SIZE
public static final double BARBELL_SIZE
- a constant that can be used as the size of selection-barbells (in pixels !!!)
- See Also:
- Constant Field Values
NO_STROKE_FOR_SHADOW
public static final Stroke NO_STROKE_FOR_SHADOW
- Une constante pour influencer l'ombrage des forme lorsque l'utilisateur demande qu'il n'y ait pas de
contour.
ViewConstants
public ViewConstants()
Submit a bug : syd@jpicedt.org