Class DefaultLook
- java.lang.Object
-
- org.eclipse.graphiti.internal.util.DefaultLook
-
-
Constructor Summary
Constructors Constructor Description DefaultLook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IColorConstant
getFieldErrorBackgroundColor()
Gets the field error background color.IColorConstant
getFieldErrorForegroundColor()
Gets the field error foreground color.IColorConstant
getGridBackgroundColor()
Gets the grid background color.int
getGridLineThickness()
Gets the grid line thickness.IColorConstant
getMajorGridLineColor()
Gets the major grid line color.int
getMajorGridLineDistance()
Gets the major grid line distance.IColorConstant
getMinorGridLineColor()
Gets the minor grid line color.int
getMinorGridLineDistance()
Gets the minor grid line distance.
-
-
-
Method Detail
-
getFieldErrorBackgroundColor
public IColorConstant getFieldErrorBackgroundColor()
Description copied from interface:ILook
Gets the field error background color.- Specified by:
getFieldErrorBackgroundColor
in interfaceILook
- Returns:
- the field error background color
-
getFieldErrorForegroundColor
public IColorConstant getFieldErrorForegroundColor()
Description copied from interface:ILook
Gets the field error foreground color.- Specified by:
getFieldErrorForegroundColor
in interfaceILook
- Returns:
- the field error foreground color
-
getGridBackgroundColor
public IColorConstant getGridBackgroundColor()
Description copied from interface:ILook
Gets the grid background color.- Specified by:
getGridBackgroundColor
in interfaceILook
- Returns:
- the grid background color
-
getGridLineThickness
public int getGridLineThickness()
Description copied from interface:ILook
Gets the grid line thickness.- Specified by:
getGridLineThickness
in interfaceILook
- Returns:
- the grid line thickness
-
getMajorGridLineColor
public IColorConstant getMajorGridLineColor()
Description copied from interface:ILook
Gets the major grid line color.- Specified by:
getMajorGridLineColor
in interfaceILook
- Returns:
- the major grid line color
-
getMajorGridLineDistance
public int getMajorGridLineDistance()
Description copied from interface:ILook
Gets the major grid line distance.- Specified by:
getMajorGridLineDistance
in interfaceILook
- Returns:
- the major grid line distance
-
getMinorGridLineColor
public IColorConstant getMinorGridLineColor()
Description copied from interface:ILook
Gets the minor grid line color.- Specified by:
getMinorGridLineColor
in interfaceILook
- Returns:
- the minor grid line color
-
getMinorGridLineDistance
public int getMinorGridLineDistance()
Description copied from interface:ILook
Gets the minor grid line distance.- Specified by:
getMinorGridLineDistance
in interfaceILook
- Returns:
- the minor grid line distance
-
-