ar.com.fdvs.dj.domain
Class DJChartOptions
java.lang.Object
ar.com.fdvs.dj.domain.DJChartOptions
public class DJChartOptions
- extends java.lang.Object
|
Constructor Summary |
DJChartOptions()
|
DJChartOptions(boolean showLegend,
java.awt.Color backColor,
int height,
int width,
boolean centered,
byte position,
int y,
int x,
boolean showLabels,
byte border,
java.util.List colors)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POSITION_FOOTER
public static final byte POSITION_FOOTER
- See Also:
- Constant Field Values
POSITION_HEADER
public static final byte POSITION_HEADER
- See Also:
- Constant Field Values
DJChartOptions
public DJChartOptions()
DJChartOptions
public DJChartOptions(boolean showLegend,
java.awt.Color backColor,
int height,
int width,
boolean centered,
byte position,
int y,
int x,
boolean showLabels,
byte border,
java.util.List colors)
getBackColor
public java.awt.Color getBackColor()
setBackColor
public void setBackColor(java.awt.Color backColor)
isCentered
public boolean isCentered()
setCentered
public void setCentered(boolean centered)
getHeight
public int getHeight()
setHeight
public void setHeight(int height)
getPosition
public byte getPosition()
setPosition
public void setPosition(byte position)
isShowLabels
public boolean isShowLabels()
setShowLabels
public void setShowLabels(boolean showLabels)
isShowLegend
public boolean isShowLegend()
setShowLegend
public void setShowLegend(boolean showLegend)
getWidth
public int getWidth()
setWidth
public void setWidth(int width)
getX
public int getX()
setX
public void setX(int x)
getY
public int getY()
setY
public void setY(int y)
getBorder
public byte getBorder()
setBorder
public void setBorder(byte border)
getColors
public java.util.List getColors()
setColors
public void setColors(java.util.List colors)
Copyright © 2006-2008 FDV Solutions. All Rights Reserved.