Class DefaultLook

java.lang.Object
org.eclipse.graphiti.internal.util.DefaultLook
All Implemented Interfaces:
ILook

public class DefaultLook extends Object implements ILook
The Class DefaultLook.
  • Constructor Details

    • DefaultLook

      public DefaultLook()
  • Method Details

    • getFieldErrorBackgroundColor

      public IColorConstant getFieldErrorBackgroundColor()
      Description copied from interface: ILook
      Gets the field error background color.
      Specified by:
      getFieldErrorBackgroundColor in interface ILook
      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 interface ILook
      Returns:
      the field error foreground color
    • getGridBackgroundColor

      public IColorConstant getGridBackgroundColor()
      Description copied from interface: ILook
      Gets the grid background color.
      Specified by:
      getGridBackgroundColor in interface ILook
      Returns:
      the grid background color
    • getGridLineThickness

      public int getGridLineThickness()
      Description copied from interface: ILook
      Gets the grid line thickness.
      Specified by:
      getGridLineThickness in interface ILook
      Returns:
      the grid line thickness
    • getMajorGridLineColor

      public IColorConstant getMajorGridLineColor()
      Description copied from interface: ILook
      Gets the major grid line color.
      Specified by:
      getMajorGridLineColor in interface ILook
      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 interface ILook
      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 interface ILook
      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 interface ILook
      Returns:
      the minor grid line distance