|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectar.com.fdvs.dj.domain.DJBaseElement
ar.com.fdvs.dj.domain.DJChartOptions
public class DJChartOptions
Field Summary | |
---|---|
static byte |
POSITION_FOOTER
Deprecated. |
static byte |
POSITION_HEADER
Deprecated. |
Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity |
---|
SERIAL_VERSION_UID |
Constructor Summary | |
---|---|
DJChartOptions()
Deprecated. |
|
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)
Deprecated. |
Method Summary | |
---|---|
java.awt.Color |
getBackColor()
Deprecated. |
byte |
getBorder()
Deprecated. |
java.util.List |
getColors()
Deprecated. |
int |
getHeight()
Deprecated. |
byte |
getPosition()
Deprecated. |
int |
getWidth()
Deprecated. |
int |
getX()
Deprecated. |
int |
getY()
Deprecated. |
boolean |
isCentered()
Deprecated. |
boolean |
isShowLabels()
Deprecated. |
boolean |
isShowLegend()
Deprecated. |
boolean |
isUseColumnsAsCategorie()
Deprecated. |
void |
setBackColor(java.awt.Color backColor)
Deprecated. |
void |
setBorder(byte border)
Deprecated. |
void |
setCentered(boolean centered)
Deprecated. |
void |
setColors(java.util.List colors)
Deprecated. |
void |
setHeight(int height)
Deprecated. |
void |
setPosition(byte position)
Deprecated. |
void |
setShowLabels(boolean showLabels)
Deprecated. |
void |
setShowLegend(boolean showLegend)
Deprecated. |
void |
setUseColumnsAsCategorie(boolean useColumnsAsCategorie)
Deprecated. |
void |
setWidth(int width)
Deprecated. |
void |
setX(int x)
Deprecated. |
void |
setY(int y)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte POSITION_FOOTER
public static final byte POSITION_HEADER
Constructor Detail |
---|
public 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)
Method Detail |
---|
public java.awt.Color getBackColor()
public void setBackColor(java.awt.Color backColor)
public boolean isCentered()
public void setCentered(boolean centered)
public int getHeight()
public void setHeight(int height)
public byte getPosition()
public void setPosition(byte position)
public boolean isShowLabels()
public void setShowLabels(boolean showLabels)
public boolean isShowLegend()
public void setShowLegend(boolean showLegend)
public int getWidth()
public void setWidth(int width)
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public byte getBorder()
public void setBorder(byte border)
public java.util.List getColors()
public void setColors(java.util.List colors)
public boolean isUseColumnsAsCategorie()
public void setUseColumnsAsCategorie(boolean useColumnsAsCategorie)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |