Class DynamicLook
java.lang.Object
org.eclipse.graphiti.internal.util.DynamicLook
- All Implemented Interfaces:
ILook
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the field error background color.Gets the field error foreground color.Gets the grid background color.int
Gets the grid line thickness.Gets the major grid line color.int
Gets the major grid line distance.Gets the minor grid line color.int
Gets the minor grid line distance.
-
Constructor Details
-
DynamicLook
public DynamicLook()
-
-
Method Details
-
getFieldErrorBackgroundColor
Description copied from interface:ILook
Gets the field error background color.- Specified by:
getFieldErrorBackgroundColor
in interfaceILook
- Returns:
- the field error background color
-
getFieldErrorForegroundColor
Description copied from interface:ILook
Gets the field error foreground color.- Specified by:
getFieldErrorForegroundColor
in interfaceILook
- Returns:
- the field error foreground color
-
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
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
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
-