org.swtchart.internal
Class ChartLayoutData

java.lang.Object
  extended by org.swtchart.internal.ChartLayoutData

public class ChartLayoutData
extends java.lang.Object

The chart layout data


Field Summary
 int heightHint
          the height hint
 int widthHint
          the width hint
 
Constructor Summary
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