org.eclipse.etrice.ui.behavior.support
Class TrPointSupport

java.lang.Object
  extended by org.eclipse.etrice.ui.behavior.support.TrPointSupport

public class TrPointSupport
extends java.lang.Object


Field Summary
protected static IColorConstant BRIGHT_COLOR
           
static IColorConstant DARK_COLOR
           
static IColorConstant INHERITED_COLOR
           
static int ITEM_SIZE
           
static int ITEM_SIZE_SMALL
           
protected static int LINE_WIDTH
           
static int MARGIN
           
static int MARGIN_SMALL
           
protected static java.lang.String PROP_KIND
           
 
Constructor Summary
TrPointSupport(IDiagramTypeProvider dtp, IFeatureProvider fp)
           
 
Method Summary
 IFeatureProvider getFeatureProvider()
           
 IToolBehaviorProvider getToolBehaviorProvider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ITEM_SIZE

public static final int ITEM_SIZE
See Also:
Constant Field Values

ITEM_SIZE_SMALL

public static final int ITEM_SIZE_SMALL
See Also:
Constant Field Values

MARGIN

public static final int MARGIN
See Also:
Constant Field Values

MARGIN_SMALL

public static final int MARGIN_SMALL
See Also:
Constant Field Values

LINE_WIDTH

protected static final int LINE_WIDTH
See Also:
Constant Field Values

DARK_COLOR

public static final IColorConstant DARK_COLOR

INHERITED_COLOR

public static final IColorConstant INHERITED_COLOR

BRIGHT_COLOR

protected static final IColorConstant BRIGHT_COLOR

PROP_KIND

protected static final java.lang.String PROP_KIND
See Also:
Constant Field Values
Constructor Detail

TrPointSupport

public TrPointSupport(IDiagramTypeProvider dtp,
                      IFeatureProvider fp)
Method Detail

getFeatureProvider

public IFeatureProvider getFeatureProvider()

getToolBehaviorProvider

public IToolBehaviorProvider getToolBehaviorProvider()