クラス ExplosionManager

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.AbstractSequentialList<E>
java.util.LinkedList<T>
net.trpfrog.medipro_game.data_structures.SymbolManager<ExplosionAnimation>
net.trpfrog.medipro_game.mini_game.moons_work.ExplosionManager
すべての実装されたインタフェース:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<ExplosionAnimation>, java.util.Collection<ExplosionAnimation>, java.util.Deque<ExplosionAnimation>, java.util.List<ExplosionAnimation>, java.util.Queue<ExplosionAnimation>

public class ExplosionManager
extends SymbolManager<ExplosionAnimation>
爆発アニメーションの管理クラス。
関連項目:
直列化された形式
  • フィールドの概要

    クラスから継承されたフィールド java.util.AbstractList

    modCount
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ 説明
    ExplosionManager()  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    void add​(java.awt.Rectangle r)  

    クラスから継承されたメソッド net.trpfrog.medipro_game.data_structures.SymbolManager

    addRemoveCondition, addRemovingHook, cleanup, removeRemoveCondition, removeRemovingHook

    クラスから継承されたメソッド java.util.LinkedList

    add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArray

    クラスから継承されたメソッド java.util.AbstractSequentialList

    iterator

    クラスから継承されたメソッド java.util.AbstractList

    equals, hashCode, listIterator, removeRange, subList

    クラスから継承されたメソッド java.util.AbstractCollection

    containsAll, isEmpty, removeAll, retainAll, toString

    クラスから継承されたメソッド java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    インタフェースから継承されたメソッド java.util.Collection

    parallelStream, removeIf, stream, toArray

    インタフェースから継承されたメソッド java.util.Deque

    iterator

    インタフェースから継承されたメソッド java.lang.Iterable

    forEach

    インタフェースから継承されたメソッド java.util.List

    containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subList
  • コンストラクタの詳細

    • ExplosionManager

      public ExplosionManager()
  • メソッドの詳細

    • add

      public void add​(java.awt.Rectangle r)