org.eclipse.xtext.xtext.ui.graph.figures
Interface ILayoutConstants


public interface ILayoutConstants

All constants used for layouting and rendering.

Author:
Jan Koehnlein - Initial contribution and API

Field Summary
static int COMPARTMENT_PADDING
           
static RailroadConnectionRouter.BendConstraint CONCAVE_END
           
static RailroadConnectionRouter.BendConstraint CONCAVE_START
           
static int CONNECTION_RADIUS
           
static RailroadConnectionRouter.BendConstraint CONVEX_END
           
static RailroadConnectionRouter.BendConstraint CONVEX_START
           
static int HSPACE
           
static int MIN_SEGMENT_HEIGHT
           
static org.eclipse.swt.graphics.Color NODE_SELECTION_COLOR
           
static int PARALLEL_SEGMENT_HSPACE
           
static int ROUNDED_RECTANGLE_RADIUS
           
static boolean ROUTE_MULTIPLE_TOP
           
static boolean ROUTE_OPTIONAL_TOP
           
static int VSPACE
           
static int VSPACE_BETWEEN_TRACKS
           
 

Field Detail

HSPACE

static final int HSPACE
See Also:
Constant Field Values

VSPACE

static final int VSPACE
See Also:
Constant Field Values

VSPACE_BETWEEN_TRACKS

static final int VSPACE_BETWEEN_TRACKS
See Also:
Constant Field Values

COMPARTMENT_PADDING

static final int COMPARTMENT_PADDING
See Also:
Constant Field Values

ROUNDED_RECTANGLE_RADIUS

static final int ROUNDED_RECTANGLE_RADIUS
See Also:
Constant Field Values

NODE_SELECTION_COLOR

static final org.eclipse.swt.graphics.Color NODE_SELECTION_COLOR

CONNECTION_RADIUS

static final int CONNECTION_RADIUS
See Also:
Constant Field Values

ROUTE_OPTIONAL_TOP

static final boolean ROUTE_OPTIONAL_TOP
See Also:
Constant Field Values

ROUTE_MULTIPLE_TOP

static final boolean ROUTE_MULTIPLE_TOP
See Also:
Constant Field Values

CONVEX_END

static final RailroadConnectionRouter.BendConstraint CONVEX_END

CONVEX_START

static final RailroadConnectionRouter.BendConstraint CONVEX_START

CONCAVE_END

static final RailroadConnectionRouter.BendConstraint CONCAVE_END

CONCAVE_START

static final RailroadConnectionRouter.BendConstraint CONCAVE_START

MIN_SEGMENT_HEIGHT

static final int MIN_SEGMENT_HEIGHT
See Also:
Constant Field Values

PARALLEL_SEGMENT_HSPACE

static final int PARALLEL_SEGMENT_HSPACE
See Also:
Constant Field Values