A B C D E F G H I J L M N O P R S T U V W Y

G

g - Variable in class legacy.video.RGB
green component ranging from 0 to 255 where 255 is considered to be at it's higest luminace.
games - package games
Common location for all rebirthed games no original works or data will be supplied you must own the original titles
getA() - Method in class legacy.video.RGB
getter for alpha component
getAdapter(int, int) - Static method in class legacy.VideoAdapter
getAdapter(int width, int height) caution when using this method.
getAllResources() - Method in class legacy.resource.ResourceManager
getAllResources() simply returns all known resource groups.
getAlpha(int, int) - Method in class legacy.resource.codecs.image.NativeImageFormat
getPixel returns a pixels alpha level at the given coordinaters
getAlphaRegion(int, int, int, int) - Method in class legacy.resource.codecs.image.NativeImageFormat
getAlphaRegion copys an area to a array filled with alpha levels
getAlphaScanline(int, int, int) - Method in class legacy.resource.codecs.image.NativeImageFormat
getAlphaScanline return a copy of this image and allows for after x offset and overrun checking.
getB() - Method in class legacy.video.RGB
getter for blue component
getCallerClass(int) - Static method in class legacy.Helpers
getCallerClass() used by methods which restrice access or require knowlage of the caller of itsef.
getCallerMethod(int) - Static method in class legacy.Helpers
getCallerMethod() used by methods which restrice access or require knowlage of the caller of itsef.
getChachedResources() - Method in class legacy.resource.ResourceManager
getChachedResources() simply returns all chached or ready resource groups.
getClosetColor(RGB) - Method in interface legacy.resource.VideoCodecToolkit
Returns the closest color in the existing pallet
getClosetColor(int, int, int) - Method in interface legacy.resource.VideoCodecToolkit
Returns the closest color in the existing pallet
getClosetColor(RGB) - Method in class legacy.VideoAdapter
Returns the closest color in the existing pallet
getClosetColor(int, int, int) - Method in class legacy.VideoAdapter
Returns the closest color in the existing pallet
getColor() - Method in class legacy.video.RGB
getter for alpha, red, green and blue components packed as a single int for use with display adaptor
Warningmay be inacurate if any component has been directly altered.
getColor(int, int, int, int) - Static method in class legacy.video.RGB
getColor(int r, int g, int b, int a) packs the RGBA components into a single int for use with the display adaptor
getConfiguration(String[]) - Method in class games.DesignGuide
getConfiguration() is called once and is used to prepair the enviroment
getConfiguration(String[]) - Method in class games.ExtendedDesignGame
getConfiguration() is called once and is used to prepair the enviroment
getConfiguration(String[]) - Method in class legacy.Legacy
getConfiguration() is called once and is used to set the enviroment for the game values are read once only and will any changes will not be recoginized internaly.
getConstructionLock() - Method in class legacy.Legacy
getConstructionLock() is used to prevent race conditions.
getDistance(RGB, RGB) - Static method in class legacy.video.Colors
getDistance calculates an effective destance between to individual colors
getExtension(String) - Static method in class legacy.Helpers
getExtension(String ext) returns in general the extension of a file or a sub string of the last index of "." in a string to the end of that string
getExtension() - Method in class legacy.resource.Codec
getExtension returns an extension of a knwon type
getExtension() - Method in class legacy.resource.codecs.image.BMPCodec
getExtension returns an extension of a known ImageIO type
getExtension() - Method in class legacy.resource.codecs.image.GIFCodec
getExtension returns an extension of a known ImageIO type
getExtension() - Method in class legacy.resource.codecs.image.ImageIOCodec
getExtension returns an extension of a known ImageIO type
getExtension() - Method in class legacy.resource.codecs.image.JPEGCodec
getExtension returns an extension of a known ImageIO type
getExtension() - Method in class legacy.resource.codecs.image.JPGCodec
getExtension returns an extension of a known ImageIO type
getExtension() - Method in class legacy.resource.codecs.image.PNGCodec
getExtension returns an extension of a known ImageIO type
getExtension() - Method in class legacy.resource.codecs.image.WBMPCodec
getExtension returns an extension of a known ImageIO type
getFontCodecs() - Static method in class legacy.resource.CodecLibrary
getFontCodecsFor(String ext) returns a list of codecs for this type
getFontCodecs() - Method in class legacy.resource.ResourceManager
getFontCodecsFor(String ext) returns a list of codecs for this type
getFontCodecsFor(String) - Method in class legacy.resource.ResourceManager
getFontCodecsFor(String ext) returns a list of codecs which may be associated with this extension
getFontesource(int) - Method in class legacy.resource.ResourceGroup
getFontesource returns the physical location for a file
getFontResources() - Method in class legacy.resource.ResourceGroup
getFontResources returns a list of resources and their definitions.
getFonts() - Method in class legacy.resource.ResourceGroup
getFonts returns how many fonts are defined in this group
getFormatLoadLock() - Static method in class legacy.resource.Format
getFormatLoadLock() is used to prevent race conditions.
getFrameRate() - Method in class legacy.Configuration
getFrameRate() return the disird framerate or frames per second to lock.
Recommend viewing description in VideoAdapter.class.
getG() - Method in class legacy.video.RGB
getter for green component
getHeight() - Method in class legacy.resource.codecs.image.NativeImageFormat
 
getHeight() - Method in class legacy.VideoAdapter
getHeight() returns the height of the active VideoAdapter
getImageCodecs() - Static method in class legacy.resource.CodecLibrary
getImageCodecsFor(String ext) returns a list of codecs for this type
getImageCodecs() - Method in class legacy.resource.ResourceManager
getImageCodecsFor(String ext) returns a list of codecs for this type
getImageCodecsFor(String) - Method in class legacy.resource.ResourceManager
getImageCodecsFor(String ext) returns a list of codecs which may be associated with this extension
getImageResource(int) - Method in class legacy.resource.ResourceGroup
getImageResource returns the physical location for a file
getImageResources() - Method in class legacy.resource.ResourceGroup
getImageResources returns a list of resources and their definitions.
getImages() - Method in class legacy.resource.ResourceGroup
getImages returns how many images are defined in this group
getInputStreamProtocol(String) - Static method in class legacy.Helpers
getInputStreamProtocol(String) return a readable stream from a string location.
Allowed Protocols
jar:// ie jar://c:/path/my.jar/mypackage/myfile.txt Warning will not allow recusive jar files and oly allows acces to local storage devices
zip:// indenticle to above
file:// ie file://c:/myfile.txt where myfile.txt is located on a logical(local) device
http:// as per URL
socket://address/port ie socket://127.0.0.1/256 where a socket will stream the data from a port 256 from this machine

failing this getInputStreamProtocol will attemt to load the location as from a url or file.
getIntegerArray() - Static method in class legacy.Helpers
getIntegerArray() gets a casted Array<?>type for use/reuse to prevent extensive object construction
GetList - Class in games
 
GetList() - Constructor for class games.GetList
 
getLoadStatus() - Method in class legacy.resource.ResourceGroup
Returns the load status as a fraction of 100% of loaded items in this group
getLoadStatus() - Method in class legacy.resource.ResourceManager
Returns the load status as a fraction of 100% of loadedSize items in required group
getMidiCodecs() - Static method in class legacy.resource.CodecLibrary
getMidiCodecsFor(String ext) returns a list of codecs for this type
getMidiCodecs() - Method in class legacy.resource.ResourceManager
getMidiCodecsFor(String ext) returns a list of codecs for this type
getMidiCodecsFor(String) - Method in class legacy.resource.ResourceManager
getMidiCodecsFor(String ext) returns a list of codecs which may be associated with this extension
getMidiResource(int) - Method in class legacy.resource.ResourceGroup
getMidiResource returns the physical location for a file
getMidiResources() - Method in class legacy.resource.ResourceGroup
getImageResources returns a list of resources and their definitions.
getMidis() - Method in class legacy.resource.ResourceGroup
getImages returns how many midi's are defined in this group
getName() - Method in class legacy.resource.ResourceGroup
returns the name of this set of resources or group
getPalletCodecs() - Static method in class legacy.resource.CodecLibrary
getPalletCodecsFor(String ext) returns a list of codecs for this type
getPalletCodecs() - Method in class legacy.resource.ResourceManager
getPalletCodecsFor(String ext) returns a list of codecs for this type
getPalletCodecsFor(String) - Method in class legacy.resource.ResourceManager
getPalletCodecsFor(String ext) returns a list of codecs which may be associated with this extension
getPalletIndex(int) - Method in interface legacy.resource.VideoCodecToolkit
getPalletIndex(int) returns the color currently set for the pallet at index of
getPalletIndex(int) - Method in class legacy.VideoAdapter
getPalletIndex(int) returns the color currently set for the pallet at index of
getPalletResource(int) - Method in class legacy.resource.ResourceGroup
getPalletResource returns the physical location for a file
getPalletResources() - Method in class legacy.resource.ResourceGroup
getPalletResources returns a list of resources and their definitions.
getPallets() - Method in class legacy.resource.ResourceGroup
getImages returns how many pallets are defined in this group
getPalletSize() - Method in class legacy.VideoAdapter
getPalletSize() simply returns the size of the Pallet
getPixel(int, int) - Method in class legacy.resource.codecs.image.NativeImageFormat
getPixel returns pixel at the given coordinaters
getPixelRegion(int, int, int, int) - Method in class legacy.resource.codecs.image.NativeImageFormat
getPixelRegion copys an area to a array filled with index colors
getPixelScanline(int, int, int) - Method in class legacy.resource.codecs.image.NativeImageFormat
getPixelScanline return a copy of this image and allows for after x offset and overrun checking.
getR() - Method in class legacy.video.RGB
getter for red component
getRatio() - Method in class legacy.VideoAdapter
getRatio() returns the ratio of the resolution eg VGA has an aspect ratio or [4:3] so 480x [4:3] would equate to 480*(4/3=1.333)=640
getRatioFloat(String) - Static method in class legacy.VideoAdapter
getRatioFloat(String s) parses a ratio ie [16:9] to it ratio where [16:9] = 16/9=1.77777...8
getRatioString(float) - Static method in class legacy.VideoAdapter
getRatioString(float r) coverts a decimal fraction to a ration string where applicable
getRenderer() - Method in class legacy.VideoAdapter
getRenderer() called exclusivly from within the legacy kernal to flip the page and return this Video Interface
getResourceManager() - Static method in class legacy.resource.ResourceManager
getResourceManager allows for acces to a singlular instance or singlton ResourceManage
getResources() - Method in class legacy.resource.ResourceGroup
getResources returns the amount of uniqure rsouces in totality.
getRGBArray() - Static method in class legacy.Helpers
getRGBArray() gets a casted Array<?>type for use/reuse to prevent extensive object construction
getSoundCodecs() - Static method in class legacy.resource.CodecLibrary
getSoundCodecsFor(String ext) returns a list of codecs for this type
getSoundCodecs() - Method in class legacy.resource.ResourceManager
getSoundCodecsFor(String ext) returns a list of codecs for this type
getSoundCodecsFor(String) - Method in class legacy.resource.ResourceManager
getSoundCodecsFor(String ext) returns a list of codecs which may be associated with this extension
getSoundResource(int) - Method in class legacy.resource.ResourceGroup
getSoundResource returns the physical location for a file
getSoundResources() - Method in class legacy.resource.ResourceGroup
getSoundResources returns a list of resources and their definitions.
getSounds() - Method in class legacy.resource.ResourceGroup
getImages returns how many sounds are defined in this group
getStandard() - Method in class legacy.VideoAdapter
getStandard() returns a
getStandardFor(int, int) - Static method in class legacy.VideoAdapter
getStandardFor() returns a DisplayAdapters or video mode compatible with this machine provided it matched width and height parameters
getStandards() - Static method in class legacy.VideoAdapter
getStandards() returns a list of DisplayAdapters or video modes compatible with this machine
getTransparency() - Method in class legacy.resource.codecs.image.NativeImageFormat
 
getType() - Method in class legacy.resource.Codec
getType returns the known native type.
getType() - Method in class legacy.resource.codecs.image.ImageIOCodec
getType returns the known ImageIO type in this case Codec.IMAGE_TYPE.
getVideoAdaptor() - Method in class legacy.Configuration
getVideoAdaptor() should return the required video adaptor.
getVideoCodecToolkit() - Static method in class legacy.resource.ResourceManager
getVideoCodecToolkit() allows access to the initialized VideoAdapter for codec use
Note has been left not protected or not Restricted as access to functions as yet have not been deemed detrimental to use by any class as should always be set before access to can be called except for instances where an attempt to access has been made from a legacy.Legacy.getConfiguration() call.
getVideoMemoryModel() - Method in class legacy.Configuration
This must be set to allow the proceeding createPallet(RGB[] pal) method to be correctly called and applied to the active VideaAdapter
example
getWidth() - Method in class legacy.resource.codecs.image.NativeImageFormat
 
getWidth() - Method in class legacy.VideoAdapter
getWidth() returns the width of the active VideoAdapter
GIFCodec - Class in legacy.resource.codecs.image
BMPCodec.class codec for encoding and decoding the Bitmap Format
GIFCodec() - Constructor for class legacy.resource.codecs.image.GIFCodec
 
GREEN - Static variable in class legacy.video.Colors
Standard Green color
GREYSCALE_256C - Static variable in class legacy.video.Pallets
PalletFactory for standard 256 greyscale color pallet

A B C D E F G H I J L M N O P R S T U V W Y