Class DynamicLook
- java.lang.Object
-
- org.eclipse.graphiti.internal.util.DynamicLook
-
-
Constructor Summary
Constructors Constructor Description DynamicLook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IColorConstantgetFieldErrorBackgroundColor()Gets the field error background color.IColorConstantgetFieldErrorForegroundColor()Gets the field error foreground color.IColorConstantgetGridBackgroundColor()Gets the grid background color.intgetGridLineThickness()Gets the grid line thickness.IColorConstantgetMajorGridLineColor()Gets the major grid line color.intgetMajorGridLineDistance()Gets the major grid line distance.IColorConstantgetMinorGridLineColor()Gets the minor grid line color.intgetMinorGridLineDistance()Gets the minor grid line distance.
-
-
-
Method Detail
-
getFieldErrorBackgroundColor
public IColorConstant getFieldErrorBackgroundColor()
Description copied from interface:ILookGets the field error background color.- Specified by:
getFieldErrorBackgroundColorin interfaceILook- Returns:
- the field error background color
-
getFieldErrorForegroundColor
public IColorConstant getFieldErrorForegroundColor()
Description copied from interface:ILookGets the field error foreground color.- Specified by:
getFieldErrorForegroundColorin interfaceILook- Returns:
- the field error foreground color
-
getGridBackgroundColor
public IColorConstant getGridBackgroundColor()
Description copied from interface:ILookGets the grid background color.- Specified by:
getGridBackgroundColorin interfaceILook- Returns:
- the grid background color
-
getGridLineThickness
public int getGridLineThickness()
Description copied from interface:ILookGets the grid line thickness.- Specified by:
getGridLineThicknessin interfaceILook- Returns:
- the grid line thickness
-
getMajorGridLineColor
public IColorConstant getMajorGridLineColor()
Description copied from interface:ILookGets the major grid line color.- Specified by:
getMajorGridLineColorin interfaceILook- Returns:
- the major grid line color
-
getMajorGridLineDistance
public int getMajorGridLineDistance()
Description copied from interface:ILookGets the major grid line distance.- Specified by:
getMajorGridLineDistancein interfaceILook- Returns:
- the major grid line distance
-
getMinorGridLineColor
public IColorConstant getMinorGridLineColor()
Description copied from interface:ILookGets the minor grid line color.- Specified by:
getMinorGridLineColorin interfaceILook- Returns:
- the minor grid line color
-
getMinorGridLineDistance
public int getMinorGridLineDistance()
Description copied from interface:ILookGets the minor grid line distance.- Specified by:
getMinorGridLineDistancein interfaceILook- Returns:
- the minor grid line distance
-
-