Class TrackKern


  • public class TrackKern
    extends java.lang.Object
    This class represents a piece of track kerning data.
    • Constructor Summary

      Constructors 
      Constructor Description
      TrackKern​(int degree, float minPointSize, float minKern, float maxPointSize, float maxKern)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getDegree()
      Getter for property degree.
      float getMaxKern()
      Getter for property maxKern.
      float getMaxPointSize()
      Getter for property maxPointSize.
      float getMinKern()
      Getter for property minKern.
      float getMinPointSize()
      Getter for property minPointSize.
      • Methods inherited from class java.lang.Object

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

      • degree

        private final int degree
      • minPointSize

        private final float minPointSize
      • minKern

        private final float minKern
      • maxPointSize

        private final float maxPointSize
      • maxKern

        private final float maxKern
    • Constructor Detail

      • TrackKern

        public TrackKern​(int degree,
                         float minPointSize,
                         float minKern,
                         float maxPointSize,
                         float maxKern)
    • Method Detail

      • getDegree

        public int getDegree()
        Getter for property degree.
        Returns:
        Value of property degree.
      • getMaxKern

        public float getMaxKern()
        Getter for property maxKern.
        Returns:
        Value of property maxKern.
      • getMaxPointSize

        public float getMaxPointSize()
        Getter for property maxPointSize.
        Returns:
        Value of property maxPointSize.
      • getMinKern

        public float getMinKern()
        Getter for property minKern.
        Returns:
        Value of property minKern.
      • getMinPointSize

        public float getMinPointSize()
        Getter for property minPointSize.
        Returns:
        Value of property minPointSize.