public final class AnimationToggles extends Object
Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Method and Description |
---|---|
static void |
setIconAnimationTogglesFull(AbstractWrappableAnimation aws)
Set all animation on, and create the toggles on the left hand side.
|
static void |
setIconAnimationTogglesStandard(AbstractWrappableAnimation aws)
Set the most common animation on, and create the toggles on the left hand side.
|
static void |
setTextAnimationTogglesFull(AbstractWrappableAnimation aws)
Set all animation on, and create the toggles on the left hand side.
|
static void |
setTextAnimationTogglesStandard(AbstractWrappableAnimation aws)
Set the most common animation on, and create the toggles on the left hand side.
|
static void |
showAnimationFull(AbstractWrappableAnimation aws)
Set all animation on, and create the toggles on the left hand side.
|
static void |
showAnimationStandard(AbstractWrappableAnimation aws)
Set the most common animation on, and create the toggles on the left hand side.
|
public static void setTextAnimationTogglesFull(AbstractWrappableAnimation aws)
aws
- the WrappableAnimation.public static void setTextAnimationTogglesStandard(AbstractWrappableAnimation aws)
aws
- the WrappableAnimation.public static void setIconAnimationTogglesFull(AbstractWrappableAnimation aws)
aws
- the WrappableAnimation.public static void setIconAnimationTogglesStandard(AbstractWrappableAnimation aws)
aws
- the WrappableAnimation.public static void showAnimationFull(AbstractWrappableAnimation aws)
aws
- the WrappableAnimation.public static void showAnimationStandard(AbstractWrappableAnimation aws)
aws
- the WrappableAnimation.Copyright © 2014–2018 Delft University of Technology. All rights reserved.