Class ChartLayoutData


  • public class ChartLayoutData
    extends java.lang.Object
    The chart layout data
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int heightHint
      the height hint
      int widthHint
      the width hint
    • Constructor Summary

      Constructors 
      Constructor Description
      ChartLayoutData​(int widthHint, int heightHint)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • widthHint

        public int widthHint
        the width hint
      • heightHint

        public int heightHint
        the height hint
    • Constructor Detail

      • ChartLayoutData

        public ChartLayoutData​(int widthHint,
                               int heightHint)
        Constructor.
        Parameters:
        widthHint - the width hint
        heightHint - the height hint