Package | Description |
---|---|
org.swtchart.internal |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Axis,ChartLayout.AxisLayoutData> |
ChartLayout.axisLayoutDataMap
the map between axis and axis layout data
|
Modifier and Type | Method and Description |
---|---|
private void |
ChartLayout.layoutBottomAxis(org.eclipse.swt.graphics.Rectangle r,
ChartLayout.AxisLayoutData layoutData)
Layouts the bottom axis.
|
private void |
ChartLayout.layoutLeftAxis(org.eclipse.swt.graphics.Rectangle r,
ChartLayout.AxisLayoutData layoutData)
Layouts the left axis.
|
private void |
ChartLayout.layoutRightAxis(org.eclipse.swt.graphics.Rectangle r,
ChartLayout.AxisLayoutData layoutData)
Layouts the right axis.
|
private void |
ChartLayout.layoutTopAxis(org.eclipse.swt.graphics.Rectangle r,
ChartLayout.AxisLayoutData layoutData)
Layouts the top axis.
|