public abstract class GraphicHistogram extends DrawableElement
Modifier and Type | Field and Description |
---|---|
static int |
EQUALIZATION |
static int |
FUNCTION_DENSITY |
static int |
FUNCTION_EXPONENT |
static int |
FUNCTION_GAUSS |
static int |
FUNCTION_LINEAL |
static int |
FUNCTION_LOGARIT |
static int |
FUNCTION_NONE |
static int |
FUNCTION_SQUARE_ROOT |
static int |
TYPE_FILL |
static int |
TYPE_LINE |
static int |
VIEW_ACUMMULATED |
static int |
VIEW_ACUMMULATEDLOG |
static int |
VIEW_LINEAL |
static int |
VIEW_LOGARITHMIC |
canvas, color
Constructor and Description |
---|
GraphicHistogram() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getType()
Devuelve la forma en la que se dibujara el histograma.
|
abstract int |
getTypeViewed()
Devuelve la forma que tendrá la grafica del histograma.
|
abstract void |
setHistogramDrawed(double[] histogramDrawed)
Asigna el histograma a visualizar
|
abstract void |
setType(int type)
Asigna el tipo de gráfica a mostrar.
|
abstract void |
setTypeViewed(int type)
Asigna el tipo de vista para el histograma a mostrar.
|
draw, firstActions, firstDrawActions, getColor, isDrawing, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, paint, setCanvas, setColor, setDrawing
public static final int TYPE_LINE
public static final int TYPE_FILL
public static final int VIEW_LINEAL
public static final int VIEW_ACUMMULATED
public static final int VIEW_LOGARITHMIC
public static final int VIEW_ACUMMULATEDLOG
public static final int FUNCTION_NONE
public static final int FUNCTION_LINEAL
public static final int FUNCTION_GAUSS
public static final int FUNCTION_EXPONENT
public static final int FUNCTION_LOGARIT
public static final int FUNCTION_SQUARE_ROOT
public static final int EQUALIZATION
public static final int FUNCTION_DENSITY
public abstract void setType(int type)
type
- public abstract void setHistogramDrawed(double[] histogramDrawed)
histogramDrawed
- public abstract void setTypeViewed(int type)
type
- public abstract int getType()
public abstract int getTypeViewed()