Package jpicedt.graphic.view
Interface ViewConstants
-
- All Known Implementing Classes:
AbstractView,CompositeView,DefaultHighlighterFactory,DefaultSelectionHandler,DefaultViewFactory.AbstractCurveView,DefaultViewFactory.EllipseView,DefaultViewFactory.LeafElementView,DefaultViewFactory.ParallelogramView,DefaultViewFactory.PicNodeConnectionView,DefaultViewFactory.TextView,DefaultViewFactory.TextViewHybrid,EepicViewFactory.AbstractCurveView,EepicViewFactory.EllipseView,EepicViewFactory.TextView,LatexViewFactory.AbstractCurveView,LatexViewFactory.EllipseView,LatexViewFactory.ParallelogramView
public interface ViewConstantsUseful constants for implementation of the View and Highlighter interfaces.- Since:
- jpicedt 1.4
- Version:
- $Id: ViewConstants.java,v 1.3.2.1 2007/09/02 11:56:29 reynal Exp $
- Author:
- Sylvain Reynal
-
-
Field Summary
Fields Modifier and Type Field Description static doubleBARBELL_SIZEa constant that can be used as the size of selection-barbells (in pixels !!!)static doubleCLICK_DISTANCEa constant that can be used as the max.
-
-
-
Field Detail
-
CLICK_DISTANCE
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
static final double BARBELL_SIZE
a constant that can be used as the size of selection-barbells (in pixels !!!)- See Also:
- Constant Field Values
-
-