jas.hist
Interface JASHistAxis

All Known Implementing Classes:
ManagedAxis

public interface JASHistAxis


Field Summary
static int DATE
           
static int DOUBLE
           
static int LEFT
           
static int RIGHT
           
static int STRING
           
 
Method Summary
 boolean getAllowSuppressedZero()
           
 Color getAxisColor()
           
 int getAxisType()
           
 float getAxisWidth()
           
 int getBins()
           
 double getBinWidth()
           
 Font getFont()
           
 String getLabel()
           
 EditableLabel getLabelObject()
           
 int getLabelPosition()
           
 double getMax()
           
 Object getMaxObject()
           
 double getMin()
           
 Object getMinObject()
           
 int getPosition()
           
 boolean getRangeAutomatic()
           
 boolean getShowOverflows()
           
 Color getTextColor()
           
 boolean isBinned()
           
 boolean isFixed()
           
 boolean isLogarithmic()
           
 boolean isShowing()
           
 boolean isVertical()
           
 void setAllowSuppressedZero(boolean b)
           
 void setAxisColor(Color c)
          The color used for the axis itself (and markers) By default the foreground color of the JASHist is used
 void setAxisType(int value)
           
 void setAxisWidth(float value)
           
 void setBins(int value)
           
 void setBinWidth(double value)
           
 void setFont(Font value)
          The font used for the axis values
 void setLabel(String s)
           
 void setLabelObject(EditableLabel p_newLabel)
           
 void setLabelPosition(int pos)
           
 void setLogarithmic(boolean value)
           
 void setMax(double d)
           
 void setMaxObject(Object value)
           
 void setMin(double d)
           
 void setMinObject(Object value)
           
 void setPosition(int value)
           
 void setRange(double min, double max)
           
 void setRangeAutomatic(boolean b)
           
 void setShowing(boolean value)
           
 void setShowOverflows(boolean value)
           
 void setTextColor(Color c)
          The color used for the axis values.
 

Field Detail

LEFT

static final int LEFT
See Also:
Constant Field Values

RIGHT

static final int RIGHT
See Also:
Constant Field Values

DOUBLE

static final int DOUBLE
See Also:
Constant Field Values

STRING

static final int STRING
See Also:
Constant Field Values

DATE

static final int DATE
See Also:
Constant Field Values
Method Detail

isVertical

boolean isVertical()

isLogarithmic

boolean isLogarithmic()

setLogarithmic

void setLogarithmic(boolean value)

isShowing

boolean isShowing()

setShowing

void setShowing(boolean value)

getLabel

String getLabel()

setLabel

void setLabel(String s)

getLabelObject

EditableLabel getLabelObject()

setLabelObject

void setLabelObject(EditableLabel p_newLabel)

getMin

double getMin()

setMin

void setMin(double d)

getMax

double getMax()

setMax

void setMax(double d)

setRange

void setRange(double min,
              double max)

getMinObject

Object getMinObject()

getMaxObject

Object getMaxObject()

setMinObject

void setMinObject(Object value)

setMaxObject

void setMaxObject(Object value)

getRangeAutomatic

boolean getRangeAutomatic()

setRangeAutomatic

void setRangeAutomatic(boolean b)

getAllowSuppressedZero

boolean getAllowSuppressedZero()

setAllowSuppressedZero

void setAllowSuppressedZero(boolean b)

isBinned

boolean isBinned()

isFixed

boolean isFixed()

getBins

int getBins()

setBins

void setBins(int value)

getBinWidth

double getBinWidth()

setBinWidth

void setBinWidth(double value)

getLabelPosition

int getLabelPosition()

setLabelPosition

void setLabelPosition(int pos)

getPosition

int getPosition()

setPosition

void setPosition(int value)

getAxisType

int getAxisType()

setAxisType

void setAxisType(int value)

getShowOverflows

boolean getShowOverflows()

setShowOverflows

void setShowOverflows(boolean value)

getFont

Font getFont()

setFont

void setFont(Font value)
The font used for the axis values


getAxisColor

Color getAxisColor()

getAxisWidth

float getAxisWidth()

setAxisWidth

void setAxisWidth(float value)

setAxisColor

void setAxisColor(Color c)
The color used for the axis itself (and markers) By default the foreground color of the JASHist is used


getTextColor

Color getTextColor()

setTextColor

void setTextColor(Color c)
The color used for the axis values. By default the foreground color of the JASHist is used



Copyright © 2000-2009 FreeHEP. All Rights Reserved.