- getAntialiasing() - Method in class de.jtem.jgimmick.Joggle
-
Returns true if the Java2D rendering mode is set to antialias this
Joggle
, false otherwise.
- getApexAngle() - Method in class de.jtem.jgimmick.Joggle
-
Returns the current apex angle describing the visible part of this
Joggle
.
- getGrooveCount() - Method in class de.jtem.jgimmick.Joggle
-
Returns the current count of grooves of this Joggle
.
- getHighlightAngle() - Method in class de.jtem.jgimmick.Joggle
-
Returns the angle (in radian) to the lightpoint shining on this
Joggle
.
- getIconHeight() - Method in class de.jtem.jgimmick.icons.ArrowIcon
-
Returns the specified or default size depending on the chosen constructor.
- getIconHeight() - Method in class de.jtem.jgimmick.icons.RectanglesIcon
-
- getIconHeight() - Method in class de.jtem.jgimmick.icons.SquareIcon
-
- getIconWidth() - Method in class de.jtem.jgimmick.icons.ArrowIcon
-
Returns the specified or default size depending on the chosen constructor.
- getIconWidth() - Method in class de.jtem.jgimmick.icons.RectanglesIcon
-
- getIconWidth() - Method in class de.jtem.jgimmick.icons.SquareIcon
-
- getJogDirection() - Method in class de.jtem.jgimmick.Joggle
-
Returns the currently set direction this Joggle
is able to be dragged.
- getJoggleLightColor() - Method in class de.jtem.jgimmick.Joggle
-
Returns the current light color of this Joggle
.
- getJoggleShadowColor() - Method in class de.jtem.jgimmick.Joggle
-
Returns the current shadow color of this Joggle
.
- getLayoutAdjustment() - Method in class de.jtem.jgimmick.SpinnerTimerControl
-
Returns the current layout adjustment.
- getMarkedGrooveColor() - Method in class de.jtem.jgimmick.Joggle
-
Returns the color of the marked groove.
- getMaximum() - Method in class de.jtem.jgimmick.DefaultJoggleModel
-
- getMaximum() - Method in interface de.jtem.jgimmick.JoggleModel
-
Return the upper limit of the represented value sequence.
- getMinimum() - Method in class de.jtem.jgimmick.DefaultJoggleModel
-
- getMinimum() - Method in interface de.jtem.jgimmick.JoggleModel
-
Return the lower limit of the represented value sequence.
- getModel() - Method in class de.jtem.jgimmick.Joggle
-
Returns this Joggle's
data model.
- getPositionAngle() - Method in class de.jtem.jgimmick.Joggle
-
Returns the angle (in radian) in relation to the current rotation angle
but ignoring the count of rotations.
- getRotationAngle() - Method in class de.jtem.jgimmick.Joggle
-
Returns the current rotation angle (in radian).
- getSpinnerModel() - Method in class de.jtem.jgimmick.SpinnerTimerControl
-
Returns the current SpinnerModel
.
- getTimer() - Method in class de.jtem.jgimmick.Joggle
-
Returns the SharableTimer this Joggle is using.
- getTimer() - Method in class de.jtem.jgimmick.SpinnerTimerControl
-
Returns the SharableTimer this' TimerControlPanel is
using.
- getTimer() - Method in class de.jtem.jgimmick.TimerControlPanel
-
- getTimerDelay() - Method in class de.jtem.jgimmick.SpinnerTimerControl
-
Returns the current timer delay in msec.
- getTimerDelay() - Method in class de.jtem.jgimmick.TimerControlPanel
-
Returns the delay in msec between two timer events.
- getTransmissionRatio() - Method in class de.jtem.jgimmick.DefaultJoggleModel
-
Return the ratio the
rotationAngle
of a
Joggle
must be multiplied with to get the value in
this model.
- getTransmissionRatio() - Method in interface de.jtem.jgimmick.JoggleModel
-
Return the ratio converting the rotationAngle of a Joggle
to the value in this Model.
- getValue() - Method in class de.jtem.jgimmick.DefaultJoggleModel
-
Returns the current value held in this model.
- getValue() - Method in class de.jtem.jgimmick.Joggle
-
Returns the value this Joggle
is currently representing.
- getValue() - Method in interface de.jtem.jgimmick.JoggleModel
-
Returns the current value.
- setAntialiasing(boolean) - Method in class de.jtem.jgimmick.Joggle
-
Specifies the Java2D rendering mode.
- setApexAngle(double) - Method in class de.jtem.jgimmick.Joggle
-
Sets a new apex angle (in radian) for this Joggle
.
- setCoalesce(boolean) - Method in class de.jtem.jgimmick.TimerControlPanel
-
Sets the coalesce state for the internal SharableTimer.
- setGrooveCount(int) - Method in class de.jtem.jgimmick.Joggle
-
Sets the total (visible and invisible) count of grooves of this
Joggle
.
- setHighlightAngle(double) - Method in class de.jtem.jgimmick.Joggle
-
Sets the angle (in radian) to the lightpoint shining on this
Joggle
.
- setJogDirection(int) - Method in class de.jtem.jgimmick.Joggle
-
Sets the direction this Joggle
should be able to be dragged.
- setJoggleLightColor(Color) - Method in class de.jtem.jgimmick.Joggle
-
Sets this Joggle's
color at the highlight angle.
- setJoggleShadowColor(Color) - Method in class de.jtem.jgimmick.Joggle
-
Sets this Joggle's
shadow color.
- setLayoutAdjustment(int) - Method in class de.jtem.jgimmick.SpinnerTimerControl
-
Sets a new layout adjustment and revalidates this JPanel's
component tree.
- setMarkedGrooveColor(Color) - Method in class de.jtem.jgimmick.Joggle
-
Sets the color of this Joggle's
marked groove.
- setMaximum(double) - Method in class de.jtem.jgimmick.DefaultJoggleModel
-
Sets the maximum to newMax and fits the minimum respectively the
value to newMax if they are larger than newMax.
- setMaximum(double) - Method in interface de.jtem.jgimmick.JoggleModel
-
Set the upper limit of the represented value sequence.
- setMinimum(double) - Method in class de.jtem.jgimmick.DefaultJoggleModel
-
Sets the minimum to newMin and fits the maximum respectively the
value to newMin if they are less than newMin.
- setMinimum(double) - Method in interface de.jtem.jgimmick.JoggleModel
-
Set the lower limit of the represented value sequence.
- setModel(JoggleModel) - Method in class de.jtem.jgimmick.Joggle
-
Sets a new data model for this Joggle
.
- setRotationAngle(double) - Method in class de.jtem.jgimmick.Joggle
-
Sets the current rotation angle (in radian) of this Joggle
.
- setSpinnerModel(SpinnerModel) - Method in class de.jtem.jgimmick.SpinnerTimerControl
-
Sets this' SpinnerModel
to the specified one.
- setTimer(SharableTimer) - Method in class de.jtem.jgimmick.Joggle
-
Sets a new SharableTimer for this Joggle.
- setTimer(SharableTimer) - Method in class de.jtem.jgimmick.SpinnerTimerControl
-
Sets a new SharableTimer this' TimerControlPanel
should use.
- setTimer(SharableTimer) - Method in class de.jtem.jgimmick.TimerControlPanel
-
- setTimerDelay(int) - Method in class de.jtem.jgimmick.SpinnerTimerControl
-
Sets the timer delay (in msec) to newDelay
.
- setTimerDelay(int) - Method in class de.jtem.jgimmick.TimerControlPanel
-
Sets a new delay in msec between two timer events.
- setTransmissionRatio(double) - Method in class de.jtem.jgimmick.DefaultJoggleModel
-
Sets the ratio the
rotationAngle
of a
Joggle
must be multiplied with to get the value in
this model.
- setValue(double) - Method in class de.jtem.jgimmick.DefaultJoggleModel
-
Sets value to newVal but only if newVal is between the current
minimum and maximum.
- setValue(double) - Method in class de.jtem.jgimmick.Joggle
-
Sets a new (transmissioned) value to the model.
- setValue(double) - Method in interface de.jtem.jgimmick.JoggleModel
-
Set a new value contained in the value sequence.
- SharableTimer - Class in de.jtem.jgimmick
-
This Timer is optimized for sharable usage from different contexts,
for example: Two Objects want to share one Timer.
- SharableTimer() - Constructor for class de.jtem.jgimmick.SharableTimer
-
Creates a new SharableTimer with a delay of 0 and no ActionListener.
- SpinnerTimerControl - Class in de.jtem.jgimmick
-
- SpinnerTimerControl() - Constructor for class de.jtem.jgimmick.SpinnerTimerControl
-
- SpinnerTimerControl(SpinnerModel) - Constructor for class de.jtem.jgimmick.SpinnerTimerControl
-
Creates a new SpinnerTimerControl
with the
specified SpinnerModel
as the current
SpinnerModel
.
- SpinnerTimerControl(SpinnerModel, int) - Constructor for class de.jtem.jgimmick.SpinnerTimerControl
-
Creates a new SpinnerTimerControl
with the specified
SpinnerModel
as the current SpinnerModel
.
- SquareIcon - Class in de.jtem.jgimmick.icons
-
An Icon
showing a square.
- SquareIcon() - Constructor for class de.jtem.jgimmick.icons.SquareIcon
-
Creates a new SquareIcon with
the default size of 8 pixels.
- SquareIcon(int) - Constructor for class de.jtem.jgimmick.icons.SquareIcon
-
Creates a new SquareIcon with the specified
size.
- start(int, ActionListener[], boolean) - Method in class de.jtem.jgimmick.SharableTimer
-
- start(int, ActionListener, boolean) - Method in class de.jtem.jgimmick.SharableTimer
-
- start() - Method in class de.jtem.jgimmick.SharableTimer
-
Does nothing - please use one of the other start methods to
start this Timer.
- stop() - Method in class de.jtem.jgimmick.SharableTimer
-