public class DJChartOptions extends DJBaseElement
Modifier and Type | Field and Description |
---|---|
static byte |
POSITION_FOOTER
Deprecated.
|
static byte |
POSITION_HEADER
Deprecated.
|
SERIAL_VERSION_UID
Constructor and Description |
---|
DJChartOptions()
Deprecated.
|
DJChartOptions(boolean showLegend,
Color backColor,
int height,
int width,
boolean centered,
byte position,
int y,
int x,
boolean showLabels,
byte border,
List colors)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Color |
getBackColor()
Deprecated.
|
byte |
getBorder()
Deprecated.
|
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(Color backColor)
Deprecated.
|
void |
setBorder(byte border)
Deprecated.
|
void |
setCentered(boolean centered)
Deprecated.
|
void |
setColors(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.
|
public static final byte POSITION_FOOTER
public static final byte POSITION_HEADER
public Color getBackColor()
public void setBackColor(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 List getColors()
public void setColors(List colors)
public boolean isUseColumnsAsCategorie()
public void setUseColumnsAsCategorie(boolean useColumnsAsCategorie)
Copyright © 2006–2015 FDV Solutions. All rights reserved.