Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
B
C
D
G
I
K
L
M
P
R
S
T
U
V
A
addAdjustmentListener(AdjustmentListener)
- Method in class no.hig.okolloen.graphics.
DragControl
Add a listener to recieve adjustment events when the value of the adjustable object changes.
addAdjustmentListener(AdjustmentListener)
- Method in class no.hig.okolloen.graphics.
Knob
Add a listener to recieve adjustment events when the value of the adjustable object changes.
addElement(ChartItem)
- Method in class no.hig.okolloen.graphics.chart.
ChartDataSet
Adds an element to the ChartDataSet.
addElement(ChartItem)
- Method in class no.hig.okolloen.graphics.chart.
ScaledChartDataSet
Adds an element to the ChartDataSet.
addElement(double)
- Method in class no.hig.okolloen.graphics.chart.
ChartDataSet
Adds an element to the ChartDataSet.
addElement(double)
- Method in class no.hig.okolloen.graphics.chart.
ScaledChartDataSet
Adds an element to the ChartDataSet.
addElement(double, Color)
- Method in class no.hig.okolloen.graphics.chart.
ChartDataSet
Adds an element to the ChartDataSet.
addElement(double, Color)
- Method in class no.hig.okolloen.graphics.chart.
ScaledChartDataSet
Adds an element to the ChartDataSet.
addElement(double, Color, String)
- Method in class no.hig.okolloen.graphics.chart.
ChartDataSet
Adds an element to the ChartDataSet.
addElement(double, Color, String)
- Method in class no.hig.okolloen.graphics.chart.
ScaledChartDataSet
Adds an element to the ChartDataSet.
B
BarChart
- class no.hig.okolloen.graphics.chart.
BarChart
.
The BarChart class is used to draw (take a guess) bar Charts.
BarChart(ScaledChartDataSet)
- Constructor for class no.hig.okolloen.graphics.chart.
BarChart
Constructor for the Chart class.
BarChart(ScaledChartDataSet, boolean)
- Constructor for class no.hig.okolloen.graphics.chart.
BarChart
Constructor for the Chart class.
bg
- Variable in class no.hig.okolloen.graphics.
Knob
buffer
- Variable in class no.hig.okolloen.graphics.
Knob
bufferHeight
- Variable in class no.hig.okolloen.graphics.
Knob
bufferWidth
- Variable in class no.hig.okolloen.graphics.
Knob
C
Chart
- class no.hig.okolloen.graphics.chart.
Chart
.
The Chart class is the basis for the BarChart and LineChart classes.
Chart()
- Constructor for class no.hig.okolloen.graphics.chart.
Chart
Constructor for the Chart class.
ChartDataSet
- class no.hig.okolloen.graphics.chart.
ChartDataSet
.
The ChartDataSet class is used to hold data values used by LineChart and BarChart.
ChartDataSet(int)
- Constructor for class no.hig.okolloen.graphics.chart.
ChartDataSet
Constructor for the ChartDataSet class.
ChartItem
- class no.hig.okolloen.graphics.chart.
ChartItem
.
Just a collection of data that is used to represent a datapoint in a Chart.
ChartItem(double)
- Constructor for class no.hig.okolloen.graphics.chart.
ChartItem
Constructor for the ChartItem class.
ChartItem(double, Color)
- Constructor for class no.hig.okolloen.graphics.chart.
ChartItem
Constructor for the ChartItem class.
ChartItem(String, double, Color)
- Constructor for class no.hig.okolloen.graphics.chart.
ChartItem
Constructor for the ChartItem class.
clear()
- Method in class no.hig.okolloen.graphics.chart.
ChartDataSet
Clears the entire ChartDataSet.
D
DateStrip
- class no.hig.okolloen.graphics.
DateStrip
.
DateStrip is a wrapper class for DigitStrip and is used to display dates.
DateStrip(ImageColl)
- Constructor for class no.hig.okolloen.graphics.
DateStrip
Default Constructor for the DateStrip.
DateStrip(ImageColl, String)
- Constructor for class no.hig.okolloen.graphics.
DateStrip
Constructor for the DateStrip.
Dial
- class no.hig.okolloen.graphics.
Dial
.
Dial is a class used to produce a GUI component that resembles a cars speed dial.
Dial()
- Constructor for class no.hig.okolloen.graphics.
Dial
Default constructor for Dial class.
DigitCellPane
- class no.hig.okolloen.graphics.digit.
DigitCellPane
.
DigitCellPane is the basis for the DigitStrip class.
DigitCellPane(ImageColl)
- Constructor for class no.hig.okolloen.graphics.digit.
DigitCellPane
Constructor for the DigitCellPane class.
DigitStrip
- class no.hig.okolloen.graphics.
DigitStrip
.
DigitStrip is a class used for showing more than one digit.
DigitStrip(ImageColl, int)
- Constructor for class no.hig.okolloen.graphics.
DigitStrip
Default constructor for the DigitStrip class.
DragControl
- class no.hig.okolloen.graphics.
DragControl
.
DragControl is a class used to represent a drag controller much like those you will find on an audio mixing table.
DragControl()
- Constructor for class no.hig.okolloen.graphics.
DragControl
Default constructor for DragControl class.
G
getAM()
- Method in class no.hig.okolloen.graphics.digit.
ImageColl
Method for getting the image object representing a am ("AM") indicator.
getBlockIncrement()
- Method in class no.hig.okolloen.graphics.
DragControl
Dummy to satisfy the Adjustable interface, always returns 1
getBlockIncrement()
- Method in class no.hig.okolloen.graphics.
Knob
Dummy to satisfy the Adjustable interface, always returns 1
getColon()
- Method in class no.hig.okolloen.graphics.digit.
ImageColl
Method for getting the image object representing a colon (":") sign.
getColor()
- Method in class no.hig.okolloen.graphics.chart.
ChartItem
Retrieves the color of this datapoint.
getDot()
- Method in class no.hig.okolloen.graphics.digit.
ImageColl
Method for getting the image object representing a dot (".") sign.
getDoubleValue()
- Method in class no.hig.okolloen.graphics.
Knob
Gets the value representing the state of this component.
getEight()
- Method in class no.hig.okolloen.graphics.digit.
ImageColl
Method for getting the image object representing the digit 8.
getElementAt(int)
- Method in class no.hig.okolloen.graphics.chart.
ChartDataSet
Returns the element with the given index as a ChartItem
getFive()
- Method in class no.hig.okolloen.graphics.digit.
ImageColl
Method for getting the image object representing the digit 5.
getFour()
- Method in class no.hig.okolloen.graphics.digit.
ImageColl
Method for getting the image object representing the digit 4.
getHeight(ImageObserver)
- Method in class no.hig.okolloen.graphics.digit.
ImageColl
Returns the height of a digit in this style.
getLabels()
- Method in class no.hig.okolloen.graphics.
LabeledKnob
Gets the labels for this knob
getMarks()
- Method in class no.hig.okolloen.graphics.
MarkedKnob
Gets the number of marks shown for this knob
getMax()
- Method in class no.hig.okolloen.graphics.chart.
ValueScaler
Returns the current maximum limit of this ValueScaler.
getMaximum()
- Method in class no.hig.okolloen.graphics.
DragControl
Gets the maximum value of the DragControl object. (truncated)
getMaximum()
- Method in class no.hig.okolloen.graphics.
Knob
Gets the maximum value of the DragControl object. (truncated)
getMin()
- Method in class no.hig.okolloen.graphics.chart.
ValueScaler
Returns the current minumum limit of this ValueScaler.
getMinimum()
- Method in class no.hig.okolloen.graphics.
DragControl
Gets the minimum value of the DragControl object. (truncated)
getMinimum()
- Method in class no.hig.okolloen.graphics.
Knob
Gets the minimum value of the DragControl object. (truncated)
getMinus()
- Method in class no.hig.okolloen.graphics.digit.
ImageColl
Method for getting the image object representing a minus ("-") sign.
getNine()
- Method in class no.hig.okolloen.graphics.digit.
ImageColl
Method for getting the image object representing the digit 9.
getNormalizedValue(double)
- Method in class no.hig.okolloen.graphics.chart.
ValueScaler
Returns a double scaled according to the current max and min values.
getOne()
- Method in class no.hig.okolloen.graphics.digit.
ImageColl
Method for getting the image object representing the digit 1.
getOrientation()
- Method in class no.hig.okolloen.graphics.
DragControl
Gets the orientation of this component, will always return DragControl.VERTICAL.
getOrientation()
- Method in class no.hig.okolloen.graphics.
Knob
Gets the orientation of this component, will always return DragControl.VERTICAL.
getPM()
- Method in class no.hig.okolloen.graphics.digit.
ImageColl
Method for getting the image object representing a pm ("PM") indicator.
getPreferredSize()
- Method in class no.hig.okolloen.graphics.
Dial
Returns the preferred size of this component.
getPreferredSize()
- Method in class no.hig.okolloen.graphics.digit.
DigitCellPane
Returns the preferred size of this component.
getPreferredSize()
- Method in class no.hig.okolloen.graphics.
DragControl
Returns the preferred size of this component.
getPreferredSize()
- Method in class no.hig.okolloen.graphics.chart.
BarChart
Returns the preferred size of this component.
getPreferredSize()
- Method in class no.hig.okolloen.graphics.chart.
LineChart
Returns the preferred size of this component.
getPreferredSize()
- Method in class no.hig.okolloen.graphics.
Knob
Returns the preferred size of this component.
getScaledElementAt(int)
- Method in class no.hig.okolloen.graphics.chart.
ScaledChartDataSet
Used to retrieve a normalized representation for the value in the given item.
getScaleLabels()
- Method in class no.hig.okolloen.graphics.chart.
ValueScaler
Returns an array of labels to use as markers on a graph/chart.
getScaleLabels()
- Method in class no.hig.okolloen.graphics.chart.
ScaledChartDataSet
Returns the labels that should be used to indicate max, min and intermediate values.
getScaleType()
- Method in class no.hig.okolloen.graphics.chart.
ValueScaler
Returns an integer that corresponds to the scale range used internally.
getSeven()
- Method in class no.hig.okolloen.graphics.digit.
ImageColl
Method for getting the image object representing the digit 7.
getSix()
- Method in class no.hig.okolloen.graphics.digit.
ImageColl
Method for getting the image object representing the digit 6.
getThree()
- Method in class no.hig.okolloen.graphics.digit.
ImageColl
Method for getting the image object representing the digit 3.
getTitle()
- Method in class no.hig.okolloen.graphics.chart.
ChartItem
Retrieves the title of this datapoint.
getTwo()
- Method in class no.hig.okolloen.graphics.digit.
ImageColl
Method for getting the image object representing the digit 2.
getUnitIncrement()
- Method in class no.hig.okolloen.graphics.
DragControl
Dummy to satisfy the Adjustable interface, always returns 1
getUnitIncrement()
- Method in class no.hig.okolloen.graphics.
Knob
Dummy to satisfy the Adjustable interface, always returns 1
getValue()
- Method in class no.hig.okolloen.graphics.
DragControl
Gets the current value of the DragControl object. (truncated)
getValue()
- Method in class no.hig.okolloen.graphics.chart.
ChartItem
Retrieves the value of this datapoint.
getValue()
- Method in class no.hig.okolloen.graphics.
Knob
Gets the current value of the DragControl object. (truncated)
getWidth(ImageObserver)
- Method in class no.hig.okolloen.graphics.digit.
ImageColl
Returns the width of a digit in this style.
getVisibleAmount()
- Method in class no.hig.okolloen.graphics.
DragControl
Dummy to satisfy the Adjustable interface, always returns 1
getVisibleAmount()
- Method in class no.hig.okolloen.graphics.
Knob
Dummy to satisfy the Adjustable interface, always returns 1
getZero()
- Method in class no.hig.okolloen.graphics.digit.
ImageColl
Method for getting the image object representing the digit 0.
I
ImageColl
- class no.hig.okolloen.graphics.digit.
ImageColl
.
ImageColl is the basis for all the DigitStrip classes (DigitStrip, DateStrip and TimeStrip).
ImageColl(String)
- Constructor for class no.hig.okolloen.graphics.digit.
ImageColl
Constructor for the ImageColl class.
isValidValue(double)
- Method in class no.hig.okolloen.graphics.chart.
ValueScaler
Checks to see if the given value is a valid value for this ValueScaler.
K
Knob
- class no.hig.okolloen.graphics.
Knob
.
Knob is the basis if other dialknob classes and provides the display of a basic knob and interaction with the mouse.
Knob()
- Constructor for class no.hig.okolloen.graphics.
Knob
Default constructor for Dial class.
knobxoffset
- Variable in class no.hig.okolloen.graphics.
Knob
knobyoffset
- Variable in class no.hig.okolloen.graphics.
Knob
L
LabeledKnob
- class no.hig.okolloen.graphics.
LabeledKnob
.
Knob is the basis if other dialknob classes and provides the display of a basic knob and interaction with the mouse.
LabeledKnob()
- Constructor for class no.hig.okolloen.graphics.
LabeledKnob
LineChart
- class no.hig.okolloen.graphics.chart.
LineChart
.
The BarChart class is used to draw (take a guess) line Charts.
LineChart(ScaledChartDataSet)
- Constructor for class no.hig.okolloen.graphics.chart.
LineChart
Constructor for the Chart class.
LineChart(ScaledChartDataSet, boolean)
- Constructor for class no.hig.okolloen.graphics.chart.
LineChart
Constructor for the Chart class.
LineChart(ScaledChartDataSet, boolean, boolean)
- Constructor for class no.hig.okolloen.graphics.chart.
LineChart
Constructor for the Chart class.
M
MarkedKnob
- class no.hig.okolloen.graphics.
MarkedKnob
.
Knob is the basis if other dialknob classes and provides the display of a basic knob and interaction with the mouse.
MarkedKnob()
- Constructor for class no.hig.okolloen.graphics.
MarkedKnob
maxAngle
- Variable in class no.hig.okolloen.graphics.
Knob
minAngle
- Variable in class no.hig.okolloen.graphics.
Knob
mouseClicked(MouseEvent)
- Method in class no.hig.okolloen.graphics.
Knob
mouseDragged(MouseEvent)
- Method in class no.hig.okolloen.graphics.
Knob
mouseEntered(MouseEvent)
- Method in class no.hig.okolloen.graphics.
Knob
mouseExited(MouseEvent)
- Method in class no.hig.okolloen.graphics.
Knob
mouseMoved(MouseEvent)
- Method in class no.hig.okolloen.graphics.
Knob
mousePressed(MouseEvent)
- Method in class no.hig.okolloen.graphics.
Knob
mouseReleased(MouseEvent)
- Method in class no.hig.okolloen.graphics.
Knob
P
paint(Graphics)
- Method in class no.hig.okolloen.graphics.
Dial
Paints this component.
paint(Graphics)
- Method in class no.hig.okolloen.graphics.digit.
DigitCellPane
Paints this component.
paint(Graphics)
- Method in class no.hig.okolloen.graphics.
DragControl
Paints this component.
paint(Graphics)
- Method in class no.hig.okolloen.graphics.chart.
Chart
Paints this component.
paint(Graphics)
- Method in class no.hig.okolloen.graphics.chart.
BarChart
Paints this component.
paint(Graphics)
- Method in class no.hig.okolloen.graphics.chart.
LineChart
Paints this component.
paint(Graphics)
- Method in class no.hig.okolloen.graphics.
Knob
Paints this component.
paint(Graphics)
- Method in class no.hig.okolloen.graphics.
MarkedKnob
Paints this component.
paint(Graphics)
- Method in class no.hig.okolloen.graphics.
LabeledKnob
Paints this component.
R
removeAdjustmentListener(AdjustmentListener)
- Method in class no.hig.okolloen.graphics.
DragControl
Removes an adjustment listener.
removeAdjustmentListener(AdjustmentListener)
- Method in class no.hig.okolloen.graphics.
Knob
Removes an adjustment listener.
removeElementAt(int)
- Method in class no.hig.okolloen.graphics.chart.
ChartDataSet
Removes the element at the given index. all elements behind this index will be shifted down.
rescale()
- Method in class no.hig.okolloen.graphics.chart.
ScaledChartDataSet
Used perform a rescale of the dataset.
rescale(double, double)
- Method in class no.hig.okolloen.graphics.chart.
ValueScaler
Recalibrates the internal data of the ValueScaler when your dataset changes its min and max values.
S
SCALE_FIVE_TO_MINUS_FIVE
- Static variable in class no.hig.okolloen.graphics.chart.
ValueScaler
SCALE_FOUR_TO_ZERO
- Static variable in class no.hig.okolloen.graphics.chart.
ValueScaler
SCALE_ONE_TO_MINUS_ONE
- Static variable in class no.hig.okolloen.graphics.chart.
ValueScaler
SCALE_TEN_TO_ZERO
- Static variable in class no.hig.okolloen.graphics.chart.
ValueScaler
SCALE_TWO_TO_MINUS_TWO
- Static variable in class no.hig.okolloen.graphics.chart.
ValueScaler
SCALE_TWO_TO_ZERO
- Static variable in class no.hig.okolloen.graphics.chart.
ValueScaler
SCALE_ZERO_TO_MINUS_FOUR
- Static variable in class no.hig.okolloen.graphics.chart.
ValueScaler
SCALE_ZERO_TO_MINUS_TEN
- Static variable in class no.hig.okolloen.graphics.chart.
ValueScaler
SCALE_ZERO_TO_MINUS_TWO
- Static variable in class no.hig.okolloen.graphics.chart.
ValueScaler
ScaledChartDataSet
- class no.hig.okolloen.graphics.chart.
ScaledChartDataSet
.
The ScaledChartDataSet class is used to hold scaleable data values used by LineChart and BarChart.
ScaledChartDataSet(int)
- Constructor for class no.hig.okolloen.graphics.chart.
ScaledChartDataSet
Constructor for the ScaledChartDataSet class.
setBGColor(Color)
- Method in class no.hig.okolloen.graphics.chart.
Chart
Sets the background color.
setBlockIncrement(int)
- Method in class no.hig.okolloen.graphics.
DragControl
Dummy to satisfy the Adjustable interface
setBlockIncrement(int)
- Method in class no.hig.okolloen.graphics.
Knob
Dummy to satisfy the Adjustable interface
setColor(Color)
- Method in class no.hig.okolloen.graphics.chart.
ChartItem
sets the color of this datapoint.
setColor(Color)
- Method in class no.hig.okolloen.graphics.
Knob
Sets the color of the top part of the knob.
setColor(int, String)
- Method in class no.hig.okolloen.graphics.
Dial
Sets the color of the "element" part of the dial.
setElementAt(int, ChartItem)
- Method in class no.hig.okolloen.graphics.chart.
ChartDataSet
Sets element at given index in the ChartDataSet to given value.
setElementAt(int, double)
- Method in class no.hig.okolloen.graphics.chart.
ChartDataSet
Sets element at given index in the ChartDataSet to given value.
setElementAt(int, double)
- Method in class no.hig.okolloen.graphics.chart.
ScaledChartDataSet
Sets element at given index in the ChartDataSet to given value.
setElementAt(int, double, Color)
- Method in class no.hig.okolloen.graphics.chart.
ChartDataSet
Sets element at given index in the ChartDataSet to given value and color.
setElementAt(int, double, Color)
- Method in class no.hig.okolloen.graphics.chart.
ScaledChartDataSet
Sets element at given index in the ChartDataSet to given value and color.
setElementAt(int, double, Color, String)
- Method in class no.hig.okolloen.graphics.chart.
ChartDataSet
Sets element at given index in the ChartDataSet to given value, color and with given title.
setElementAt(int, double, Color, String)
- Method in class no.hig.okolloen.graphics.chart.
ScaledChartDataSet
Sets element at given index in the ChartDataSet to given value, color and with given title.
setFGColor(Color)
- Method in class no.hig.okolloen.graphics.chart.
Chart
Sets the color used to draw the grid lines and label text.
setLabel(int, String)
- Method in class no.hig.okolloen.graphics.
Dial
Sets the label of the "labelNr" tick on the scale to labelTxt.
setLabels(String[])
- Method in class no.hig.okolloen.graphics.
LabeledKnob
Sets the labels for this knob
setMarks(int)
- Method in class no.hig.okolloen.graphics.
MarkedKnob
Sets the number of marks shown for this knob
setMaxAngle(int)
- Method in class no.hig.okolloen.graphics.
Knob
Sets the maximum angle used.
setMaximum(int)
- Method in class no.hig.okolloen.graphics.
DragControl
Sets the maximum value of the DragControl object.
setMaximum(int)
- Method in class no.hig.okolloen.graphics.
Knob
Sets the maximum value of the DragControl object.
setMaxValue(double)
- Method in class no.hig.okolloen.graphics.
Dial
Sets the maximum value allowed.
setMaxValue(double)
- Method in class no.hig.okolloen.graphics.
DragControl
Sets the maximum value allowed.
setMaxValue(double)
- Method in class no.hig.okolloen.graphics.
Knob
Sets the maximum value allowed.
setMinAngle(int)
- Method in class no.hig.okolloen.graphics.
Knob
Sets the minimum angle used.
setMinimum(int)
- Method in class no.hig.okolloen.graphics.
DragControl
Sets the minimum value of the DragControl object.
setMinimum(int)
- Method in class no.hig.okolloen.graphics.
Knob
Sets the minimum value of the DragControl object.
setMinValue(double)
- Method in class no.hig.okolloen.graphics.
Dial
Sets the minimum value allowed.
setMinValue(double)
- Method in class no.hig.okolloen.graphics.
DragControl
Sets the minimum value allowed.
setMinValue(double)
- Method in class no.hig.okolloen.graphics.
Knob
Sets the minimum value allowed.
setState(String)
- Method in class no.hig.okolloen.graphics.digit.
DigitCellPane
Sets the state for this cell.
setTitle(String)
- Method in class no.hig.okolloen.graphics.chart.
ChartItem
sets the title of this datapoint.
setUnitIncrement(int)
- Method in class no.hig.okolloen.graphics.
DragControl
Dummy to satisfy the Adjustable interface
setUnitIncrement(int)
- Method in class no.hig.okolloen.graphics.
Knob
Dummy to satisfy the Adjustable interface
setValue(double)
- Method in class no.hig.okolloen.graphics.
Dial
Sets the current value.
setValue(double)
- Method in class no.hig.okolloen.graphics.
DragControl
Sets the current value.
setValue(double)
- Method in class no.hig.okolloen.graphics.chart.
ChartItem
sets the value of this datapoint.
setValue(double)
- Method in class no.hig.okolloen.graphics.
Knob
Sets the current value.
setValue(int)
- Method in class no.hig.okolloen.graphics.
DragControl
Sets the current value of the DragControl object.
setValue(int)
- Method in class no.hig.okolloen.graphics.
Knob
Sets the current value of the DragControl object.
setValue(String)
- Method in class no.hig.okolloen.graphics.
DigitStrip
Sets the value displayed in this digitStrip.
setVisibleAmount(int)
- Method in class no.hig.okolloen.graphics.
DragControl
Dummy to satisfy the Adjustable interface
setVisibleAmount(int)
- Method in class no.hig.okolloen.graphics.
Knob
Dummy to satisfy the Adjustable interface
size
- Variable in class no.hig.okolloen.graphics.
Knob
size()
- Method in class no.hig.okolloen.graphics.chart.
ChartDataSet
Returns the number of elements currently held in this ChartDataSet.
SteelFrame
- class no.hig.okolloen.graphics.frame.
SteelFrame
.
SteelFrame is a class used to make a frame around other components that resemples a steel frame complete with screws and everything.
SteelFrame(Component)
- Constructor for class no.hig.okolloen.graphics.frame.
SteelFrame
Constructor for the SteelFrame class.
SteelFrame(Component, String)
- Constructor for class no.hig.okolloen.graphics.frame.
SteelFrame
Constructor for the SteelFrame class.
T
TimeStrip
- class no.hig.okolloen.graphics.
TimeStrip
.
TimeStrip is a wrapper class for DigitStrip and is used to display time values.
TimeStrip(ImageColl)
- Constructor for class no.hig.okolloen.graphics.
TimeStrip
Default Constructor for the TimeStrip.
TimeStrip(ImageColl, String)
- Constructor for class no.hig.okolloen.graphics.
TimeStrip
Constructor for the TimeStrip.
U
update()
- Method in class no.hig.okolloen.graphics.
TimeStrip
Updates this TimeStrip to show the current time.
update()
- Method in class no.hig.okolloen.graphics.
DateStrip
Updates this DateStrip to show the current date.
update(Date)
- Method in class no.hig.okolloen.graphics.
TimeStrip
Updates this TimeStrip to show the given time.
update(Date)
- Method in class no.hig.okolloen.graphics.
DateStrip
Updates this DateStrip to show the given date.
update(Graphics)
- Method in class no.hig.okolloen.graphics.
Dial
Updates this component.
update(Graphics)
- Method in class no.hig.okolloen.graphics.digit.
DigitCellPane
Updates this component.
update(Graphics)
- Method in class no.hig.okolloen.graphics.
DragControl
Updates this component.
update(Graphics)
- Method in class no.hig.okolloen.graphics.chart.
Chart
Updates this component.
update(Graphics)
- Method in class no.hig.okolloen.graphics.chart.
BarChart
Updates this component.
update(Graphics)
- Method in class no.hig.okolloen.graphics.chart.
LineChart
Updates this component.
update(Graphics)
- Method in class no.hig.okolloen.graphics.
Knob
Updates this component.
update(Graphics)
- Method in class no.hig.okolloen.graphics.
MarkedKnob
Updates this component.
update(Graphics)
- Method in class no.hig.okolloen.graphics.
LabeledKnob
Updates this component.
V
ValueScaler
- class no.hig.okolloen.graphics.chart.
ValueScaler
.
The ValueScaler class is used to scale values so that graphs and charts look nice.
ValueScaler(double, double)
- Constructor for class no.hig.okolloen.graphics.chart.
ValueScaler
Constructor for the ValueScaler class.
A
B
C
D
G
I
K
L
M
P
R
S
T
U
V
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES