public class SofnSegment extends Segment
  • Field Details

    • LOGGER

      private static final Logger LOGGER
    • width

      public final int width
    • height

      public final int height
    • numberOfComponents

      public final int numberOfComponents
    • precision

      public final int precision
    • components

      private final SofnSegment.Component[] components
  • Constructor Details

  • Method Details

    • getComponents

      public SofnSegment.Component[] getComponents()
      Returns a copy of all the components.
      Returns:
      the components
    • getComponents

      public SofnSegment.Component getComponents(int index)
      Returns the component at the specified index.
      Parameters:
      index - the array index
      Returns:
      the component
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in class Segment