ar.com.fdvs.dj.domain
Class DJChartOptions

java.lang.Object
  extended by ar.com.fdvs.dj.domain.DJBaseElement
      extended by ar.com.fdvs.dj.domain.DJChartOptions
All Implemented Interfaces:
Entity, java.io.Serializable

Deprecated.

public class DJChartOptions
extends DJBaseElement

See Also:
Serialized Form

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

POSITION_FOOTER

public static final byte POSITION_FOOTER
Deprecated. 
See Also:
Constant Field Values

POSITION_HEADER

public static final byte POSITION_HEADER
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

DJChartOptions

public DJChartOptions()
Deprecated. 

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)
Deprecated. 
Method Detail

getBackColor

public java.awt.Color getBackColor()
Deprecated. 

setBackColor

public void setBackColor(java.awt.Color backColor)
Deprecated. 

isCentered

public boolean isCentered()
Deprecated. 

setCentered

public void setCentered(boolean centered)
Deprecated. 

getHeight

public int getHeight()
Deprecated. 

setHeight

public void setHeight(int height)
Deprecated. 

getPosition

public byte getPosition()
Deprecated. 

setPosition

public void setPosition(byte position)
Deprecated. 

isShowLabels

public boolean isShowLabels()
Deprecated. 

setShowLabels

public void setShowLabels(boolean showLabels)
Deprecated. 

isShowLegend

public boolean isShowLegend()
Deprecated. 

setShowLegend

public void setShowLegend(boolean showLegend)
Deprecated. 

getWidth

public int getWidth()
Deprecated. 

setWidth

public void setWidth(int width)
Deprecated. 

getX

public int getX()
Deprecated. 

setX

public void setX(int x)
Deprecated. 

getY

public int getY()
Deprecated. 

setY

public void setY(int y)
Deprecated. 

getBorder

public byte getBorder()
Deprecated. 

setBorder

public void setBorder(byte border)
Deprecated. 

getColors

public java.util.List getColors()
Deprecated. 

setColors

public void setColors(java.util.List colors)
Deprecated. 

isUseColumnsAsCategorie

public boolean isUseColumnsAsCategorie()
Deprecated. 

setUseColumnsAsCategorie

public void setUseColumnsAsCategorie(boolean useColumnsAsCategorie)
Deprecated. 


Copyright © 2006-2011 FDV Solutions. All Rights Reserved.