Skip navigation links
B C F G O V 

B

BoulderDashAnimation - Enum in org.refcodes.data.ext.boulderdash
The BoulderDashAnimation defines the animations which can be retrieved by the according BoulderDashAnimationUrlsFactory and BoulderDashAnimationInputStreamsFactory.
BoulderDashAnimationInputStreamsFactory - Interface in org.refcodes.data.ext.boulderdash
A factory for creating BoulderDashAnimationInputStreams objects.
BoulderDashAnimationInputStreamsFactoryImpl - Class in org.refcodes.data.ext.boulderdash
The Class BoulderDashAnimationInputStreamsFactoryImpl.
BoulderDashAnimationInputStreamsFactoryImpl() - Constructor for class org.refcodes.data.ext.boulderdash.BoulderDashAnimationInputStreamsFactoryImpl
 
BoulderDashAnimationUrlsFactory - Interface in org.refcodes.data.ext.boulderdash
A factory for creating BoulderDashAnimationUrls objects.
BoulderDashAnimationUrlsFactoryImpl - Class in org.refcodes.data.ext.boulderdash
The Class BoulderDashAnimationUrlsFactoryImpl.
BoulderDashAnimationUrlsFactoryImpl() - Constructor for class org.refcodes.data.ext.boulderdash.BoulderDashAnimationUrlsFactoryImpl
 
BoulderDashCaveMap - Enum in org.refcodes.data.ext.boulderdash
The BoulderDashCaveMap defines the cave maps which can be retrieved by the according BoulderDashCaveMapFactory.
BoulderDashCaveMapFactory - Interface in org.refcodes.data.ext.boulderdash
A factory for creating BoulderDashCaveMap objects.
BoulderDashCaveMapFactoryImpl - Class in org.refcodes.data.ext.boulderdash
The Class BoulderDashCaveMapFactoryImpl.
BoulderDashCaveMapFactoryImpl() - Constructor for class org.refcodes.data.ext.boulderdash.BoulderDashCaveMapFactoryImpl
 
BoulderDashPixmap - Enum in org.refcodes.data.ext.boulderdash
The BoulderDashPixmap defines the pixmaps which can be retrieved by the according BoulderDashPixmapUrlFactory and BoulderDashPixmapInputStreamFactory.
BoulderDashPixmapInputStreamFactory - Interface in org.refcodes.data.ext.boulderdash
A factory for creating BoulderDashPixmapInputStream objects.
BoulderDashPixmapInputStreamFactoryImpl - Class in org.refcodes.data.ext.boulderdash
The Class BoulderDashPixmapInputStreamFactoryImpl.
BoulderDashPixmapInputStreamFactoryImpl() - Constructor for class org.refcodes.data.ext.boulderdash.BoulderDashPixmapInputStreamFactoryImpl
 
BoulderDashPixmapUrlFactory - Interface in org.refcodes.data.ext.boulderdash
A factory for creating BoulderDashPixmapUrl objects.
BoulderDashPixmapUrlFactoryImpl - Class in org.refcodes.data.ext.boulderdash
The Class BoulderDashPixmapUrlFactoryImpl.
BoulderDashPixmapUrlFactoryImpl() - Constructor for class org.refcodes.data.ext.boulderdash.BoulderDashPixmapUrlFactoryImpl
 
BoulderDashStatus - Enum in org.refcodes.data.ext.boulderdash
The Enum BoulderDashStatus.

C

createInstance(BoulderDashAnimation) - Method in class org.refcodes.data.ext.boulderdash.BoulderDashAnimationInputStreamsFactoryImpl
 
createInstance(BoulderDashAnimation) - Method in class org.refcodes.data.ext.boulderdash.BoulderDashAnimationUrlsFactoryImpl
 
createInstance(BoulderDashCaveMap) - Method in class org.refcodes.data.ext.boulderdash.BoulderDashCaveMapFactoryImpl
 
createInstance(BoulderDashPixmap) - Method in class org.refcodes.data.ext.boulderdash.BoulderDashPixmapInputStreamFactoryImpl
 
createInstance(BoulderDashPixmap) - Method in class org.refcodes.data.ext.boulderdash.BoulderDashPixmapUrlFactoryImpl
 

F

fromAsciiChar(char) - Static method in enum org.refcodes.data.ext.boulderdash.BoulderDashStatus
Resolves the ASCII char (as often used by Boulder-Dash cave maps) to the according status,.
fromName(String) - Static method in enum org.refcodes.data.ext.boulderdash.BoulderDashCaveMap
Retrieves the enumeration element representing the given map name (ignoring the case) or null if none was found.
fromName(String) - Static method in enum org.refcodes.data.ext.boulderdash.BoulderDashPixmap
Retrieves the enumeration element representing the given pixmap name (ignoring the case) or null if none was found.

G

getAsciiChar() - Method in enum org.refcodes.data.ext.boulderdash.BoulderDashStatus
Gets the ascii char.
getBoulderDashPixmaps() - Method in enum org.refcodes.data.ext.boulderdash.BoulderDashAnimation
Gets the boulder dash pixmaps.
getDataInputStream() - Method in enum org.refcodes.data.ext.boulderdash.BoulderDashCaveMap
 
getDataInputStream() - Method in enum org.refcodes.data.ext.boulderdash.BoulderDashPixmap
 
getDataUrl() - Method in enum org.refcodes.data.ext.boulderdash.BoulderDashCaveMap
 
getDataUrl() - Method in enum org.refcodes.data.ext.boulderdash.BoulderDashPixmap
 

O

org.refcodes.data.ext.boulderdash - package org.refcodes.data.ext.boulderdash
Via the factories defined by this package, you can create either pixmaps in the PNG for any of the entries found in the BoulderDashPixmap enumeration. as well as animations from the PNG files for any of the entries found in the BoulderDashAnimation enumeration.

V

valueOf(String) - Static method in enum org.refcodes.data.ext.boulderdash.BoulderDashAnimation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.ext.boulderdash.BoulderDashCaveMap
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.ext.boulderdash.BoulderDashPixmap
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.ext.boulderdash.BoulderDashStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.refcodes.data.ext.boulderdash.BoulderDashAnimation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.ext.boulderdash.BoulderDashCaveMap
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.ext.boulderdash.BoulderDashPixmap
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.ext.boulderdash.BoulderDashStatus
Returns an array containing the constants of this enum type, in the order they are declared.
B C F G O V 
Skip navigation links

Copyright © 2017. All rights reserved.