ChartDirector
Class PlotArea
java.lang.Object
ChartDirector.PlotArea
public class PlotArea
- extends java.lang.Object
Method Summary |
int |
getBottomY()
|
int |
getHeight()
|
int |
getLeftX()
|
int |
getRightX()
|
int |
getTopY()
|
int |
getWidth()
|
void |
moveGridBefore()
|
void |
moveGridBefore(Layer layer)
|
void |
set4QBgColor(int Q1Color,
int Q2Color,
int Q3Color,
int Q4Color)
|
void |
set4QBgColor(int Q1Color,
int Q2Color,
int Q3Color,
int Q4Color,
int edgeColor)
|
void |
setAltBgColor(boolean horizontal,
int color1,
int color2)
|
void |
setAltBgColor(boolean horizontal,
int color1,
int color2,
int edgeColor)
|
void |
setBackground(int color)
|
void |
setBackground(int color,
int altBgColor)
|
void |
setBackground(int color,
int altBgColor,
int edgeColor)
|
void |
setBackground(java.lang.String img)
|
void |
setBackground(java.lang.String img,
int align)
|
void |
setBackground2(java.lang.String img)
|
void |
setBackground2(java.lang.String img,
int align)
|
void |
setGridAxis(Axis xGridAxis,
Axis yGridAxis)
|
void |
setGridColor(int hGridColor)
|
void |
setGridColor(int hGridColor,
int vGridColor)
|
void |
setGridColor(int hGridColor,
int vGridColor,
int minorHGridColor)
|
void |
setGridColor(int hGridColor,
int vGridColor,
int minorHGridColor,
int minorVGridColor)
|
void |
setGridWidth(int hGridWidth)
|
void |
setGridWidth(int hGridWidth,
int vGridWidth)
|
void |
setGridWidth(int hGridWidth,
int vGridWidth,
int minorHGridWidth)
|
void |
setGridWidth(int hGridWidth,
int vGridWidth,
int minorHGridWidth,
int minorVGridWidth)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getLeftX
public int getLeftX()
getTopY
public int getTopY()
getWidth
public int getWidth()
getHeight
public int getHeight()
getRightX
public int getRightX()
getBottomY
public int getBottomY()
setAltBgColor
public void setAltBgColor(boolean horizontal,
int color1,
int color2,
int edgeColor)
setAltBgColor
public void setAltBgColor(boolean horizontal,
int color1,
int color2)
setBackground
public void setBackground(int color,
int altBgColor,
int edgeColor)
setBackground
public void setBackground(int color,
int altBgColor)
setBackground
public void setBackground(int color)
set4QBgColor
public void set4QBgColor(int Q1Color,
int Q2Color,
int Q3Color,
int Q4Color,
int edgeColor)
set4QBgColor
public void set4QBgColor(int Q1Color,
int Q2Color,
int Q3Color,
int Q4Color)
setBackground
public void setBackground(java.lang.String img,
int align)
setBackground
public void setBackground(java.lang.String img)
setBackground2
public void setBackground2(java.lang.String img,
int align)
setBackground2
public void setBackground2(java.lang.String img)
setGridColor
public void setGridColor(int hGridColor,
int vGridColor,
int minorHGridColor,
int minorVGridColor)
setGridColor
public void setGridColor(int hGridColor,
int vGridColor,
int minorHGridColor)
setGridColor
public void setGridColor(int hGridColor,
int vGridColor)
setGridColor
public void setGridColor(int hGridColor)
setGridWidth
public void setGridWidth(int hGridWidth,
int vGridWidth,
int minorHGridWidth,
int minorVGridWidth)
setGridWidth
public void setGridWidth(int hGridWidth,
int vGridWidth,
int minorHGridWidth)
setGridWidth
public void setGridWidth(int hGridWidth,
int vGridWidth)
setGridWidth
public void setGridWidth(int hGridWidth)
setGridAxis
public void setGridAxis(Axis xGridAxis,
Axis yGridAxis)
moveGridBefore
public void moveGridBefore(Layer layer)
moveGridBefore
public void moveGridBefore()