Class DmiCircularSpeedGuideSection


  • @API(status=EXPERIMENTAL)
    public class DmiCircularSpeedGuideSection
    extends java.lang.Object
    Class to represent a section of the DMI Circular Speed Guide.
    • Constructor Summary

      Constructors 
      Constructor Description
      DmiCircularSpeedGuideSection​(int csgType, java.awt.Color colour, int startSpeed, int stopSpeed, boolean hook)
      Create a new section of the Circular Speed Guide.
      DmiCircularSpeedGuideSection​(int csgType, java.awt.Color colour, int startSpeed, int stopSpeed, boolean hook, boolean includeNegative)
      Create a new section of the Circular Speed Guide.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DmiCircularSpeedGuideSection

        public DmiCircularSpeedGuideSection​(int csgType,
                                            java.awt.Color colour,
                                            int startSpeed,
                                            int stopSpeed,
                                            boolean hook)
        Create a new section of the Circular Speed Guide.
        Parameters:
        csgType - Type constant, e.g. CSG_TYPE_NORMAL or CSG_TYPE_HOOK
        colour - the Colour of the section.
        startSpeed - the section Start speed.
        stopSpeed - the section End speed.
        hook - true to include a hook, else false.
      • DmiCircularSpeedGuideSection

        public DmiCircularSpeedGuideSection​(int csgType,
                                            java.awt.Color colour,
                                            int startSpeed,
                                            int stopSpeed,
                                            boolean hook,
                                            boolean includeNegative)
        Create a new section of the Circular Speed Guide.
        Parameters:
        csgType - Type constant, e.g. CSG_TYPE_NORMAL or CSG_TYPE_HOOK
        colour - the Colour of the section.
        startSpeed - the section Start speed.
        stopSpeed - the section End speed.
        hook - true to include a hook, else false.
        includeNegative - true to include the negative section.