A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

R

R - enum entry in tools.aqua.bgw.event.KeyCode

Constant for the R key.

RadioButton - class in tools.aqua.bgw.components.uicomponents
RadioButton is analogous to a ToggleButton with a different visual representation but cannot be deselected.
RandomizeAnimation - class in tools.aqua.bgw.animation
A randomization Animation that shuffles between different visuals.
ReadonlyBooleanProperty - class in tools.aqua.bgw.observable.properties
A ReadonlyBooleanProperty.
ReadonlyDoubleProperty - class in tools.aqua.bgw.observable.properties
A ReadonlyDoubleProperty.
ReadonlyIntegerProperty - class in tools.aqua.bgw.observable.properties
An ReadonlyIntegerProperty.
ReadonlyProperty - class in tools.aqua.bgw.observable.properties
Property baseclass providing observable fields.
ReadonlyStringProperty - class in tools.aqua.bgw.observable.properties
A ReadonlyStringProperty.
remove(T) - function in tools.aqua.bgw.components.container.Area
Removes the GameComponentView specified by the parameter from this GameComponentContainer.
remove(T) - function in tools.aqua.bgw.components.container.CardStack
Removes the GameComponentView specified by the parameter from this GameComponentContainer.
remove(T) - function in tools.aqua.bgw.components.container.GameComponentContainer
Removes the GameComponentView specified by the parameter from this GameComponentContainer.
remove(T) - function in tools.aqua.bgw.components.container.LinearLayout
Removes the GameComponentView specified by the parameter from this GameComponentContainer.
remove(T) - function in tools.aqua.bgw.components.container.Satchel
Removes the GameComponentView specified by the parameter from this GameComponentContainer.
remove(T) - function in tools.aqua.bgw.components.layoutviews.Pane
Removes the ComponentView specified by the parameter from this Pane.
remove(T) - function in tools.aqua.bgw.observable.ObservableArrayList
Removes the first occurrence of the specified element from this list, if it is present.
remove(T) - function in tools.aqua.bgw.observable.ObservableLinkedList
Removes the first occurrence of the specified element from this list, if it is present.
remove(T) - function in tools.aqua.bgw.observable.ObservableList
Removes the first occurrence of the specified element from this list, if it is present.
remove(T,R) - function in tools.aqua.bgw.util.BidirectionalMap
Removes relation A -> B if it exists.
remove(Pair) - function in tools.aqua.bgw.util.BidirectionalMap
Removes relation A -> B if it exists.
removeAll(Collection) - function in tools.aqua.bgw.components.container.Area
Removes all GameComponentViews contained in collection from this GameComponentContainer.
removeAll(Function1) - function in tools.aqua.bgw.components.container.Area
Removes all GameComponentViews matching the predicate from this GameComponentContainer.
removeAll(Collection) - function in tools.aqua.bgw.components.container.CardStack
Removes all GameComponentViews contained in collection from this GameComponentContainer.
removeAll(Function1) - function in tools.aqua.bgw.components.container.CardStack
Removes all GameComponentViews matching the predicate from this GameComponentContainer.
removeAll(Collection) - function in tools.aqua.bgw.components.container.GameComponentContainer
Removes all GameComponentViews contained in collection from this GameComponentContainer.
removeAll(Function1) - function in tools.aqua.bgw.components.container.GameComponentContainer
Removes all GameComponentViews matching the predicate from this GameComponentContainer.
removeAll(Collection) - function in tools.aqua.bgw.components.container.LinearLayout
Removes all GameComponentViews contained in collection from this GameComponentContainer.
removeAll(Function1) - function in tools.aqua.bgw.components.container.LinearLayout
Removes all GameComponentViews matching the predicate from this GameComponentContainer.
removeAll(Collection) - function in tools.aqua.bgw.components.container.Satchel
Removes all GameComponentViews contained in collection from this GameComponentContainer.
removeAll(Function1) - function in tools.aqua.bgw.components.container.Satchel
Removes all GameComponentViews matching the predicate from this GameComponentContainer.
removeAll(Collection) - function in tools.aqua.bgw.components.layoutviews.Pane
Removes all ComponentViews contained in collection from this Pane.
removeAll(Function1) - function in tools.aqua.bgw.components.layoutviews.Pane
Removes all ComponentViews matching the predicate from this Pane.
removeAll(Collection) - function in tools.aqua.bgw.observable.ObservableArrayList
Removes from this list all of its elements that are contained in the specified collection.
removeAll(Collection) - function in tools.aqua.bgw.observable.ObservableLinkedList
Removes from this list all of its elements that are contained in the specified collection.
removeAll(Collection) - function in tools.aqua.bgw.observable.ObservableList
Removes from this list all of its elements that are contained in the specified collection.
removeAt(Integer) - function in tools.aqua.bgw.observable.ObservableArrayList
Removes an element at the specified index from the list.
removeAt(Integer) - function in tools.aqua.bgw.observable.ObservableLinkedList
Removes an element at the specified index from the list.
removeAt(Integer) - function in tools.aqua.bgw.observable.ObservableList
Removes an element at the specified index from the list.
removeBackward(R) - function in tools.aqua.bgw.util.BidirectionalMap
Removes by backward lookup.
removeColumn(Integer) - function in tools.aqua.bgw.components.layoutviews.GridPane
Removes the desired column in the grid.
removeComponents(ComponentView) - function in tools.aqua.bgw.core.BoardGameScene
Removes all given ComponentViews from the root node and rootComponents list.
removeComponents(StaticComponentView) - function in tools.aqua.bgw.core.MenuScene
Removes all given ComponentViews from the root node and rootComponents list.
removeComponents(T) - function in tools.aqua.bgw.core.Scene
Removes all given ComponentViews from the root node and rootComponents list.
removeComponentsListener(ValueObserver) - function in tools.aqua.bgw.components.container.Area
Removes a listener from the observableComponents list.
removeComponentsListener(ValueObserver) - function in tools.aqua.bgw.components.container.CardStack
Removes a listener from the observableComponents list.
removeComponentsListener(ValueObserver) - function in tools.aqua.bgw.components.container.GameComponentContainer
Removes a listener from the observableComponents list.
removeComponentsListener(ValueObserver) - function in tools.aqua.bgw.components.container.LinearLayout
Removes a listener from the observableComponents list.
removeComponentsListener(ValueObserver) - function in tools.aqua.bgw.components.container.Satchel
Removes a listener from the observableComponents list.
removeComponentsListener(ValueObserver) - function in tools.aqua.bgw.components.layoutviews.Pane
Removes the ValueObserver from the observableComponents list.
removeEmptyColumns() - function in tools.aqua.bgw.components.layoutviews.GridPane
Removes all empty columns e.g.
removeEmptyRows() - function in tools.aqua.bgw.components.layoutviews.GridPane
Removes all empty rows e.g.
removeFirst() - function in tools.aqua.bgw.observable.ObservableArrayList
Removes the first element from this list and returns that removed element.
removeFirst() - function in tools.aqua.bgw.observable.ObservableLinkedList
Removes the first element from this list and returns that removed element.
removeFirst() - function in tools.aqua.bgw.observable.ObservableList
Removes the first element from this list and returns that removed element.
removeFirstOrNull() - function in tools.aqua.bgw.observable.ObservableArrayList
Removes the first element from this list and returns that removed element, or returns null if this list is empty.
removeFirstOrNull() - function in tools.aqua.bgw.observable.ObservableLinkedList
Removes the first element from this list and returns that removed element, or returns null if this list is empty.
removeFirstOrNull() - function in tools.aqua.bgw.observable.ObservableList
Removes the first element from this list and returns that removed element, or returns null if this list is empty.
removeForward(T) - function in tools.aqua.bgw.util.BidirectionalMap
Removes by forward lookup.
removeFromParent() - function in tools.aqua.bgw.components.ComponentView
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.DynamicComponentView
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.RootComponent
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.StaticComponentView
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.Area
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.CardStack
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.GameComponentContainer
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.LinearLayout
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.Satchel
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.CardView
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.DiceView
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.GameComponentView
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.TokenView
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.GridPane
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.LayoutView
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.Pane
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.BinaryStateButton
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.Button
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.CheckBox
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.ColorPicker
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.ComboBox
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.Label
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.LabeledUIComponent
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.ListView
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.ProgressBar
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.RadioButton
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.TableView
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.TextArea
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.TextField
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.TextInputUIComponent
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.ToggleButton
Removes this component from its parent.
removeFromParent() - function in tools.aqua.bgw.components.UIComponent
Removes this component from its parent.
removeIf(Predicate) - function in tools.aqua.bgw.observable.ObservableArrayList
Removes all elements of this collection that satisfy the given predicate.
removeIf(Predicate) - function in tools.aqua.bgw.observable.ObservableLinkedList
Removes all elements of this collection that satisfy the given predicate.
removeIf(Predicate) - function in tools.aqua.bgw.observable.ObservableList
Removes all elements of this collection that satisfy the given predicate.
removeLast() - function in tools.aqua.bgw.observable.ObservableArrayList
Removes the last element from this list and returns that removed element.
removeLast() - function in tools.aqua.bgw.observable.ObservableLinkedList
Removes the last element from this list and returns that removed element.
removeLast() - function in tools.aqua.bgw.observable.ObservableList
Removes the last element from this list and returns that removed element.
removeLastOrNull() - function in tools.aqua.bgw.observable.ObservableArrayList
Removes the last element from this list and returns that removed element, or returns null if this list is empty.
removeLastOrNull() - function in tools.aqua.bgw.observable.ObservableLinkedList
Removes the last element from this list and returns that removed element, or returns null if this list is empty.
removeLastOrNull() - function in tools.aqua.bgw.observable.ObservableList
Removes the last element from this list and returns that removed element, or returns null if this list is empty.
removeListener(Observer) - function in tools.aqua.bgw.observable.Observable
Removes a listener.
removeListener(ValueObserver) - function in tools.aqua.bgw.observable.ObservableArrayList
Removes a listener.
removeListener(ValueObserver) - function in tools.aqua.bgw.observable.ObservableLinkedList
Removes a listener.
removeListener(ValueObserver) - function in tools.aqua.bgw.observable.ObservableList
Removes a listener.
removeListener(ValueObserver) - function in tools.aqua.bgw.observable.ValueObservable
Removes a listener.
removeListener(ValueObserver) - function in tools.aqua.bgw.observable.BooleanProperty
Removes a listener.
removeListener(ValueObserver) - function in tools.aqua.bgw.observable.DoubleProperty
Removes a listener.
removeListener(ValueObserver) - function in tools.aqua.bgw.observable.IntegerProperty
Removes a listener.
removeListener(ValueObserver) - function in tools.aqua.bgw.observable.LimitedDoubleProperty
Removes a listener.
removeListener(ValueObserver) - function in tools.aqua.bgw.observable.Property
Removes a listener.
removeListener(ValueObserver) - function in tools.aqua.bgw.observable.ReadonlyBooleanProperty
Removes a listener.
removeListener(ValueObserver) - function in tools.aqua.bgw.observable.ReadonlyDoubleProperty
Removes a listener.
removeListener(ValueObserver) - function in tools.aqua.bgw.observable.ReadonlyIntegerProperty
Removes a listener.
removeListener(ValueObserver) - function in tools.aqua.bgw.observable.ReadonlyProperty
Removes a listener.
removeListener(ValueObserver) - function in tools.aqua.bgw.observable.ReadonlyStringProperty
Removes a listener.
removeListener(ValueObserver) - function in tools.aqua.bgw.observable.StringProperty
Removes a listener.
removeListener(Observer) - function in tools.aqua.bgw.observable.ColorVisual
Removes a listener.
removeListener(Observer) - function in tools.aqua.bgw.observable.CompoundVisual
Removes a listener.
removeListener(Observer) - function in tools.aqua.bgw.observable.ImageVisual
Removes a listener.
removeListener(Observer) - function in tools.aqua.bgw.observable.SingleLayerVisual
Removes a listener.
removeListener(Observer) - function in tools.aqua.bgw.observable.TextVisual
Removes a listener.
removeListener(Observer) - function in tools.aqua.bgw.observable.Visual
Removes a listener.
removeRow(Integer) - function in tools.aqua.bgw.components.layoutviews.GridPane
Removes the desired row in the grid.
repaint() - function in tools.aqua.bgw.core.BoardGameApplication
Manually refreshes currently displayed Scenes.
replaceAll(UnaryOperator) - function in tools.aqua.bgw.observable.ObservableArrayList
Replaces each element of this list with the result of applying the operator to that element.
replaceAll(UnaryOperator) - function in tools.aqua.bgw.observable.ObservableLinkedList
Replaces each element of this list with the result of applying the operator to that element.
replaceAll(UnaryOperator) - function in tools.aqua.bgw.observable.ObservableList
Replaces each element of this list with the result of applying the operator to that element.
reposition(Number,Number) - function in tools.aqua.bgw.components.ComponentView
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.DynamicComponentView
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.RootComponent
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.StaticComponentView
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.Area
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.CardStack
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.GameComponentContainer
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.LinearLayout
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.Satchel
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.CardView
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.DiceView
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.GameComponentView
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.TokenView
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.GridPane
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.LayoutView
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.Pane
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.BinaryStateButton
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.Button
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.CheckBox
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.ColorPicker
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.ComboBox
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.Label
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.LabeledUIComponent
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.ListView
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.ProgressBar
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.RadioButton
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.TableView
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.TextArea
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.TextField
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.TextInputUIComponent
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.ToggleButton
Repositions this ComponentView to the specified coordinates.
reposition(Number,Number) - function in tools.aqua.bgw.components.UIComponent
Repositions this ComponentView to the specified coordinates.
resize(Number,Number) - function in tools.aqua.bgw.components.ComponentView
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.DynamicComponentView
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.RootComponent
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.StaticComponentView
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.Area
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.CardStack
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.GameComponentContainer
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.LinearLayout
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.Satchel
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.CardView
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.DiceView
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.GameComponentView
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.TokenView
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.GridPane
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.LayoutView
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.Pane
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.BinaryStateButton
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.Button
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.CheckBox
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.ColorPicker
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.ComboBox
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.Label
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.LabeledUIComponent
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.ListView
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.ProgressBar
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.RadioButton
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.TableView
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.TextArea
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.TextField
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.TextInputUIComponent
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.ToggleButton
Resizes this ComponentView to the specified width and height.
resize(Number,Number) - function in tools.aqua.bgw.components.UIComponent
Resizes this ComponentView to the specified width and height.
retainAll(Collection) - function in tools.aqua.bgw.observable.ObservableArrayList
Retains only the elements in this list that are contained in the specified collection.
retainAll(Collection) - function in tools.aqua.bgw.observable.ObservableLinkedList
Retains only the elements in this list that are contained in the specified collection.
retainAll(Collection) - function in tools.aqua.bgw.observable.ObservableList
Retains only the elements in this list that are contained in the specified collection.
RIGHT - enum entry in tools.aqua.bgw.core.HorizontalAlignment

Alignment on the right.

RIGHT - enum entry in tools.aqua.bgw.event.KeyCode

Constant for the non-numpad right arrow key.

RIGHT_BUTTON - enum entry in tools.aqua.bgw.event.MouseButtonType

RIGHT / secondary mouse button.

RIGHT_PARENTHESIS - enum entry in tools.aqua.bgw.event.KeyCode

Constant for the ) key.

RootComponent - class in tools.aqua.bgw.components
The root component in the view hierarchy of a Scene.
rotate(Number) - function in tools.aqua.bgw.components.ComponentView
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.DynamicComponentView
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.RootComponent
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.StaticComponentView
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.Area
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.CardStack
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.GameComponentContainer
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.LinearLayout
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.Satchel
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.CardView
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.DiceView
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.GameComponentView
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.TokenView
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.GridPane
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.LayoutView
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.Pane
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.BinaryStateButton
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.Button
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.CheckBox
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.ColorPicker
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.ComboBox
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.Label
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.LabeledUIComponent
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.ListView
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.ProgressBar
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.RadioButton
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.TableView
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.TextArea
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.TextField
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.TextInputUIComponent
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.ToggleButton
Rotates this ComponentView by the given number of degrees.
rotate(Number) - function in tools.aqua.bgw.components.UIComponent
Rotates this ComponentView by the given number of degrees.
rotated(Number,Coordinate) - function in tools.aqua.bgw.util.Coordinate
Rotates Coordinate by angle degrees around center point.
rotated(Double) - function in tools.aqua.bgw.util.Coordinate
Rotates coordinate by angle degrees around point (0,0).
rotated(Number,Coordinate) - function in tools.aqua.bgw.util.CoordinatePlain
Rotates CoordinatePlain by angle degrees around center point.
RotationAnimation - class in tools.aqua.bgw.animation
A rotation Animation.
runOnGUIThread(Runnable) - function in tools.aqua.bgw.core.BoardGameApplication.Companion
Executes given task on the UI thread.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z