Package org.eclipse.graphiti.util
Interface ILook
-
- All Known Implementing Classes:
DefaultLook,DynamicLook
public interface ILookThe Interface ILook.
-
-
Method Summary
All Methods Instance Methods Abstract 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
-
getGridBackgroundColor
IColorConstant getGridBackgroundColor()
Gets the grid background color.- Returns:
- the grid background color
-
getMajorGridLineColor
IColorConstant getMajorGridLineColor()
Gets the major grid line color.- Returns:
- the major grid line color
-
getMinorGridLineColor
IColorConstant getMinorGridLineColor()
Gets the minor grid line color.- Returns:
- the minor grid line color
-
getMajorGridLineDistance
int getMajorGridLineDistance()
Gets the major grid line distance.- Returns:
- the major grid line distance
-
getMinorGridLineDistance
int getMinorGridLineDistance()
Gets the minor grid line distance.- Returns:
- the minor grid line distance
-
getGridLineThickness
int getGridLineThickness()
Gets the grid line thickness.- Returns:
- the grid line thickness
-
getFieldErrorBackgroundColor
IColorConstant getFieldErrorBackgroundColor()
Gets the field error background color.- Returns:
- the field error background color
-
getFieldErrorForegroundColor
IColorConstant getFieldErrorForegroundColor()
Gets the field error foreground color.- Returns:
- the field error foreground color
- Since:
- 0.8
-
-