Uses of Class
com.starpoints.game.FlashInfo
-
Packages that use FlashInfo Package Description com.starpoints.editor Contains classes for the level editor.com.starpoints.game Contains the classes for the StarpointArena game.com.starpoints.state Contains state classes for UI updates, replay and best move storage. -
-
Uses of FlashInfo in com.starpoints.editor
Methods in com.starpoints.editor that return FlashInfo Modifier and Type Method Description FlashInfoStarpointEditor. addFlashAnimationText(java.lang.String text, int xpos, int ypos, double factor, int color)Adds the given text to the FlashAnimationInfo.FlashInfoStarpointEditor. addSelectedFlashImageIndex(int xpos, int ypos, double factor)Adds the selected flash image to the FlashAnimationInfo.FlashInfoStarpointEditor. findFlashInfo(int xpos, int ypos)Searches for a planet image or text at the given coordinates.FlashInfoStarpointEditor. findPlanetFlashInfo(int xpos, int ypos)Searches for a planet image at the given coordinates.FlashInfoStarpointEditor. findTextFlashInfo(int xpos, int ypos)Searches for a text at the given coordinates.Methods in com.starpoints.editor with parameters of type FlashInfo Modifier and Type Method Description booleanStarpointEditor. isFlashTextInfo(FlashInfo selectedFlashInfo)Checks, if the given FlashInfo is in the list of text infos of the current FlashAnimationInfo. -
Uses of FlashInfo in com.starpoints.game
Fields in com.starpoints.game with type parameters of type FlashInfo Modifier and Type Field Description java.util.LinkedList<FlashInfo>FlashAnimationInfo. imagesjava.util.LinkedList<FlashInfo>FlashAnimationInfo. texts -
Uses of FlashInfo in com.starpoints.state
Methods in com.starpoints.state that return types with arguments of type FlashInfo Modifier and Type Method Description java.util.LinkedList<FlashInfo>FlashAnimationState. getImages()java.util.LinkedList<FlashInfo>FlashAnimationState. getTexts()Constructor parameters in com.starpoints.state with type arguments of type FlashInfo Constructor Description FlashAnimationState(int flashAnimationIndex, java.util.LinkedList<FlashInfo> images, java.util.LinkedList<FlashInfo> texts)Creates a new FlashAnimationInfo.
-