Interface DRIPaintScale

All Superinterfaces:
Serializable
All Known Implementing Classes:
DRPaintScale

public interface DRIPaintScale extends Serializable

DRIPaintScale interface.

Author:
Ricardo Mariaca
  • Method Summary

    Modifier and Type
    Method
    Description
    getLabel.
    getPaint.
    double
    getValue.
  • Method Details

    • getLabel

      String getLabel()

      getLabel.

      Returns:
      a String object.
    • getValue

      double getValue()

      getValue.

      Returns:
      a double.
    • getPaint

      Paint getPaint()

      getPaint.

      Returns:
      a Paint object.