http://www.jpicedt.org

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 ViewConstants

Useful 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
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.
 

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

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org