Lines Matching refs:State

28 import sun.java2d.StateTrackable.State;
29 import static sun.java2d.StateTrackable.State.*;
45 * {@link State#UNTRACKABLE UNTRACKABLE} state.
53 * {@link State#IMMUTABLE IMMUTABLE} state.
60 * specified initial {@link State State}.
61 * If the specified {@code State} is
62 * {@link State#UNTRACKABLE UNTRACKABLE} or
63 * {@link State#IMMUTABLE IMMUTABLE}
68 public static StateTrackableDelegate createInstance(State state) {
83 private State theState;
89 * initial State.
91 private StateTrackableDelegate(State state) {
99 public State getState() {
136 * change the overall {@link State State} of the delegate to
137 * {@link State#IMMUTABLE IMMUTABLE}.
139 * {@link State#UNTRACKABLE UNTRACKABLE}
154 * change the overall {@link State State} of the delegate to
155 * {@link State#UNTRACKABLE UNTRACKABLE}.
159 * {@link State#IMMUTABLE IMMUTABLE}
174 * manage temporarily setting the overall {@link State State}
175 * of the delegate to {@link State#DYNAMIC DYNAMIC}
184 * permanently becoming {@link State#DYNAMIC DYNAMIC}
187 * This method will only change the {@link State State} of the
188 * delegate if it is currently {@link State#STABLE STABLE}.
191 * {@link State#IMMUTABLE IMMUTABLE}
208 * manage restoring the overall {@link State State} of the
209 * delegate back to {@link State#STABLE STABLE}
219 * the add method, the {@link State State} of this object
222 * This method will only change the {@link State State} of the
225 * {@link State#DYNAMIC DYNAMIC}.
246 * {@link State State} of the object to see if it is compatible
248 * (i.e. not {@link State#IMMUTABLE IMMUTABLE}).