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

I

IAfterimageRender - Interface in org.lee.mugen.core.renderer.game
 
IBackgroundRenderer - Interface in org.lee.mugen.core.renderer.game
 
Id - Class in org.lee.mugen.sprite.cns.eval.trigger.function.spriteCns
 
Id() - Constructor for class org.lee.mugen.sprite.cns.eval.trigger.function.spriteCns.Id
 
id - Variable in class org.lee.mugen.sprite.cns.StateCtrl
 
ignorehitpause - Variable in class org.lee.mugen.sprite.cns.StateCtrl
 
ImageContainer - Class in org.lee.mugen.sprite.entity
 
ImageContainer(Object, int, int) - Constructor for class org.lee.mugen.sprite.entity.ImageContainer
 
ImageRender - Class in org.lee.mugen.core.renderer.game
 
ImageRender(ImageContainer, Point, int) - Constructor for class org.lee.mugen.core.renderer.game.ImageRender
 
ImageScale2x - Class in org.lee.mugen.imageIO
A utility to perform the scale2x algorithm on a Java Image
ImageScale2x(BufferedImage) - Constructor for class org.lee.mugen.imageIO.ImageScale2x
Create a new scaler that will scale the passed image
ImageSpriteSFF - Class in org.lee.mugen.sprite.baseForParse
 
ImageSpriteSFF(int, int, SpriteSFF.RawPCXImage, int, int, ImageSpriteSFF.RenderType) - Constructor for class org.lee.mugen.sprite.baseForParse.ImageSpriteSFF
 
ImageSpriteSFF.RenderType - Enum in org.lee.mugen.sprite.baseForParse
 
ImageUtils - Class in org.lee.mugen.imageIO
 
ImageUtils() - Constructor for class org.lee.mugen.imageIO.ImageUtils
 
IMakedustRender - Interface in org.lee.mugen.core.renderer.game
 
ImgMap() - Method in class org.lee.mugen.sprite.baseForParse.GroupSpriteSFF
 
imgNum - Variable in class org.lee.mugen.parser.air.BasicActionData
 
imgNumber - Variable in class org.lee.mugen.sff.SffReader.SubFileHeader
 
imgScale2x - Variable in class org.lee.mugen.core.renderer.java.JGameWindow
 
INDEXED_DELIM - Static variable in class org.apache.commons.beanutils.PropertyUtils
The delimiter that preceeds the zero-relative subscript for an indexed reference.
INDEXED_DELIM2 - Static variable in class org.apache.commons.beanutils.PropertyUtils
The delimiter that follows the zero-relative subscript for an indexed reference.
indexPreviousCopySprite - Variable in class org.lee.mugen.sff.SffReader.SubFileHeader
 
Info - Class in org.lee.mugen.sprite.background
 
Info(Stage) - Constructor for class org.lee.mugen.sprite.background.Info
 
info - Variable in class org.lee.mugen.sprite.character.Sprite
 
Inguarddist - Class in org.lee.mugen.sprite.cns.eval.trigger.function.spriteCns
 
Inguarddist() - Constructor for class org.lee.mugen.sprite.cns.eval.trigger.function.spriteCns.Inguarddist
 
init(Component) - Method in class org.lee.framework.swing.AnchorLayout
 
init(Object) - Method in interface org.lee.mugen.core.Game
Initialise the game.
init(ImageSpriteSFF.RenderType) - Static method in class org.lee.mugen.core.renderer.game.GraphicsWrapper
 
init(String, ImageSpriteSFF.RenderType) - Static method in class org.lee.mugen.core.renderer.game.SparkRender.SparkRenderFactory
 
init(Object) - Method in class org.lee.mugen.core.StateMachine
 
init() - Method in class org.lee.mugen.sprite.entity.EnvcolorSub
 
init() - Method in class org.lee.mugen.sprite.entity.PalFxSub
 
initialValue() - Method in class org.apache.commons.beanutils.ContextClassLoaderLocal
Returns the initial value for this ContextClassLoaderLocal variable.
instance - Variable in class org.apache.commons.beanutils.WrapDynaBean
The JavaBean instance wrapped by this WrapDynaBean.
instance - Static variable in class org.lee.mugen.core.renderer.game.NullRender
 
Integer_ZERO - Static variable in class org.apache.commons.beanutils.LazyDynaBean
 
IntegerArrayConverter - Class in org.apache.commons.beanutils.converters
Standard Converter implementation that converts an incoming String into a primitive array of int.
IntegerArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.IntegerArrayConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
IntegerArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.IntegerArrayConverter
Create a Converter that will return the specified default value if a conversion error occurs.
IntegerConverter - Class in org.apache.commons.beanutils.converters
Standard Converter implementation that converts an incoming String into a java.lang.Integer object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
IntegerConverter() - Constructor for class org.apache.commons.beanutils.converters.IntegerConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
IntegerConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.IntegerConverter
Create a Converter that will return the specified default value if a conversion error occurs.
interpretCmd(Parser.GroupText) - Static method in class org.lee.mugen.sprite.parser.CmdParser
 
introspect() - Method in class org.apache.commons.beanutils.WrapDynaClass
Introspect our bean class to identify the supported properties.
invalidateLayout(Container) - Method in class org.lee.framework.swing.AnchorLayout
 
invalidateLayout(Container) - Method in class org.lee.framework.swing.EllipseLayout
 
invert() - Method in class org.lee.mugen.core.command.CmdProcDispatcher
 
INVERT - Static variable in class org.lee.mugen.sprite.entity.SuperpauseSub
 
invokeConstructor(Class, Object) - Static method in class org.apache.commons.beanutils.ConstructorUtils
Convenience method returning new instance of klazz using a single argument constructor.
invokeConstructor(Class, Object[]) - Static method in class org.apache.commons.beanutils.ConstructorUtils
Returns new instance of klazz created using the actual arguments args.
invokeConstructor(Class, Object[], Class[]) - Static method in class org.apache.commons.beanutils.ConstructorUtils
Returns new instance of klazz created using constructor with signature parameterTypes and actual arguments args.
invokeExactConstructor(Class, Object) - Static method in class org.apache.commons.beanutils.ConstructorUtils
Convenience method returning new instance of klazz using a single argument constructor.
invokeExactConstructor(Class, Object[]) - Static method in class org.apache.commons.beanutils.ConstructorUtils
Returns new instance of klazz created using the actual arguments args.
invokeExactConstructor(Class, Object[], Class[]) - Static method in class org.apache.commons.beanutils.ConstructorUtils
Returns new instance of klazz created using constructor with signature parameterTypes and actual arguments args.
invokeExactMethod(Object, String, Object) - Static method in class org.apache.commons.beanutils.MethodUtils
Invoke a method whose parameter type matches exactly the object type.
invokeExactMethod(Object, String, Object[]) - Static method in class org.apache.commons.beanutils.MethodUtils
Invoke a method whose parameter types match exactly the object types.
invokeExactMethod(Object, String, Object[], Class[]) - Static method in class org.apache.commons.beanutils.MethodUtils
Invoke a method whose parameter types match exactly the parameter types given.
invokeMethod(Object, String, Object) - Static method in class org.apache.commons.beanutils.MethodUtils
Invoke a named method whose parameter type matches the object type.
invokeMethod(Object, String, Object[]) - Static method in class org.apache.commons.beanutils.MethodUtils
Invoke a named method whose parameter type matches the object type.
invokeMethod(Object, String, Object[], Class[]) - Static method in class org.apache.commons.beanutils.MethodUtils
Invoke a named method whose parameter type matches the object type.
IOUtils - Class in org.apache.commons.io
General IO stream manipulation utilities.
IOUtils() - Constructor for class org.apache.commons.io.IOUtils
Instances should NOT be constructed in standard programming.
IOUtils - Class in org.lee.mugen.io
 
IOUtils() - Constructor for class org.lee.mugen.io.IOUtils
 
isActive() - Method in class org.lee.mugen.sprite.character.SpriteAnimManager.SpriteDrawProperties
 
isAssertSpecial(Assertspecial.Flag) - Method in class org.lee.mugen.core.GameGlobalEvents
 
isAssertSpecial(String, Assertspecial.Flag) - Method in class org.lee.mugen.core.GameGlobalEvents
 
IsAssertSpecial - Class in org.lee.mugen.sprite.cns.eval.trigger.function.spriteCns
 
IsAssertSpecial() - Constructor for class org.lee.mugen.sprite.cns.eval.trigger.function.spriteCns.IsAssertSpecial
 
isAssignable(Class, Class) - Method in class org.apache.commons.beanutils.BasicDynaBean
Is an object of the source class assignable to the destination class?
isAssignable(Class, Class) - Method in class org.apache.commons.beanutils.LazyDynaBean
Is an object of the source class assignable to the destination class?
isAssignmentCompatible(Class, Class) - Static method in class org.apache.commons.beanutils.MethodUtils
Determine whether a type can be used as a parameter in a method invocation.
isBindToOhterSprState() - Method in class org.lee.mugen.sprite.character.Sprite
 
isBindToOhterSprState() - Method in class org.lee.mugen.sprite.character.SpriteState
 
isBlocked - Variable in class org.lee.mugen.sprite.character.spiteCnsSubClass.HitDefSub
 
isBlocked() - Method in class org.lee.mugen.sprite.character.spiteCnsSubClass.HitDefSub
 
isBlockState(Sprite) - Static method in class org.lee.mugen.core.FightEngine
 
isBlockState(int) - Static method in class org.lee.mugen.core.FightEngine
 
isBlockState(int) - Static method in class org.lee.mugen.sprite.cns.type.function.Hitdef
 
isBlockState(String) - Static method in class org.lee.mugen.sprite.cns.type.function.Hitdef
 
isBottom() - Method in class org.lee.framework.swing.Anchors
 
isChangeAnim2() - Method in class org.lee.mugen.sprite.character.SpriteAnimManager
 
isDynaProperty(String) - Method in class org.apache.commons.beanutils.LazyDynaBean
Indicates if there is a property with the specified name.
isDynaProperty(String) - Method in class org.apache.commons.beanutils.LazyDynaClass
Indicate whether a property actually exists.
isDynaProperty(String) - Method in class org.apache.commons.beanutils.LazyDynaMap
Indicate whether a property actually exists.
isEmpty() - Method in class org.apache.commons.collections.FastHashMap
Return true if this map contains no mappings.
isEmpty(Object) - Static method in class org.lee.mugen.util.MugenTools
 
isEmpty(Object[]) - Static method in class org.lee.mugen.util.MugenTools
 
isFlip() - Method in class org.lee.mugen.sprite.base.AbstractSprite
 
isFlip() - Method in class org.lee.mugen.sprite.character.Sprite
 
isFlip() - Method in class org.lee.mugen.sprite.character.SpriteCns
 
isFlip() - Method in class org.lee.mugen.sprite.character.SpriteHelper
 
isFlip() - Method in class org.lee.mugen.sprite.entity.AfterImageSprite.InfoAfterImage
 
isFlip() - Method in class org.lee.mugen.sprite.entity.AfterImageSprite
 
isFlip() - Method in class org.lee.mugen.sprite.entity.BindToSub
 
isFlip() - Method in class org.lee.mugen.sprite.entity.ExplodSprite
 
isFlip() - Method in class org.lee.mugen.sprite.entity.MakeDustSpriteManager
 
isFlip() - Method in class org.lee.mugen.sprite.entity.ProjectileSprite
 
isFlip() - Method in class org.lee.mugen.sprite.others.MakedustSprite
 
isFlipH() - Method in class org.lee.mugen.core.renderer.game.GraphicsWrapper.DrawProperties
 
isFlipV() - Method in class org.lee.mugen.core.renderer.game.GraphicsWrapper.DrawProperties
 
isForceRemove() - Method in class org.lee.mugen.sprite.entity.ExplodSprite
 
isHasInterrupFunction() - Method in class org.lee.mugen.sprite.cns.StateCtrl
 
Ishelper - Class in org.lee.mugen.sprite.cns.eval.trigger.function.spriteCns
 
Ishelper() - Constructor for class org.lee.mugen.sprite.cns.eval.trigger.function.spriteCns.Ishelper
 
isHidden() - Method in class org.lee.mugen.core.command.KeyLockCommand
 
isHitdefHitAttackRec(HitDefSub, AbstractSprite) - Static method in class org.lee.mugen.core.FightEngine
 
isHitdefHitAttackRec(HitDefSub, AbstractSprite, Wrap<Rectangle>) - Static method in class org.lee.mugen.core.FightEngine
 
isHitdefHitCollisionRec(HitDefSub, AbstractSprite) - Static method in class org.lee.mugen.core.FightEngine
 
isHitdefHitCollisionRec(HitDefSub, AbstractSprite, Wrap<Rectangle>) - Static method in class org.lee.mugen.core.FightEngine
 
isHitonce() - Method in class org.lee.mugen.sprite.character.spiteCnsSubClass.HitDefSub
 
isHold(long) - Method in class org.lee.mugen.core.command.KeyLockCommand
 
isHomeTeam(String) - Method in class org.lee.mugen.core.StateMachine
 
Ishometeam - Class in org.lee.mugen.sprite.cns.eval.trigger.function.spriteCns
 
Ishometeam() - Constructor for class org.lee.mugen.sprite.cns.eval.trigger.function.spriteCns.Ishometeam
 
isIndexed() - Method in class org.apache.commons.beanutils.DynaProperty
Does this property represent an indexed value (ie an array or List)?
isInterrupt() - Method in class org.lee.mugen.sprite.cns.eval.function.StateCtrlFunction
 
isJustChangeState() - Method in class org.lee.mugen.sprite.character.SpriteState
 
isKeyctrl() - Method in class org.lee.mugen.sprite.entity.HelperSub
 
isLeft() - Method in class org.lee.framework.swing.Anchors
 
isLock() - Method in class org.lee.mugen.core.command.KeyLockCommand
 
isMapped() - Method in class org.apache.commons.beanutils.DynaProperty
Does this property represent a mapped value (ie a Map)?
isMirrorH - Variable in class org.lee.mugen.parser.air.AirData
 
isMirrorH() - Method in class org.lee.mugen.parser.air.AirData
 
isMirrorH() - Method in class org.lee.mugen.sprite.character.AnimElement
 
isMirrorV - Variable in class org.lee.mugen.parser.air.AirData
 
isMirrorV() - Method in class org.lee.mugen.parser.air.AirData
 
isMirrorV() - Method in class org.lee.mugen.sprite.character.AnimElement
 
isNoPalFx() - Method in class org.lee.mugen.sprite.entity.PalFxSub
 
isOntop() - Method in class org.lee.mugen.sprite.entity.ExplodSub
 
isOutOfScreeen(Sprite, float) - Static method in class org.lee.mugen.core.physics.PhysicsEngime
 
isOwnpal() - Method in class org.lee.mugen.sprite.entity.ExplodSub
 
isOwnpal() - Method in class org.lee.mugen.sprite.entity.HelperSub
 
isPause() - Method in class org.lee.mugen.core.GameGlobalEvents
 
isPause() - Method in class org.lee.mugen.sprite.base.AbstractSprite
 
isPauseMoveTime(Sprite) - Method in class org.lee.mugen.core.GameGlobalEvents
 
isPauseMoveTime() - Method in class org.lee.mugen.sprite.entity.PauseSub
 
isPlayerHitOnes(AbstractSprite, AbstractSprite) - Static method in class org.lee.mugen.sprite.cns.type.function.Hitdef
 
isPlaySpriteSnd() - Method in class org.lee.mugen.sprite.character.spiteCnsSubClass.HitDefSub.Sound
 
isPress() - Method in class org.lee.mugen.core.command.KeyLockCommand
 
isProcess() - Method in class org.lee.mugen.core.renderer.game.AfterimageRender
 
isProcess() - Method in class org.lee.mugen.core.renderer.game.BackgroundRender
 
isProcess() - Method in class org.lee.mugen.core.renderer.game.CnsRender
 
isProcess() - Method in class org.lee.mugen.core.renderer.game.EnvcolorRender
 
isProcess() - Method in class org.lee.mugen.core.renderer.game.ExplodRender
 
isProcess() - Method in class org.lee.mugen.core.renderer.game.ImageRender
 
isProcess() - Method in class org.lee.mugen.core.renderer.game.MakedustRender
 
isProcess() - Method in class org.lee.mugen.core.renderer.game.NullRender
 
isProcess() - Method in class org.lee.mugen.core.renderer.game.ProjectileRender
 
isProcess() - Method in class org.lee.mugen.core.renderer.game.SpriteInfoRender
 
isProcess() - Method in class org.lee.mugen.core.renderer.game.SpriteRender
 
isProcess() - Method in class org.lee.mugen.core.renderer.game.SpriteShadowRender
 
isProcess() - Method in interface org.lee.mugen.core.renderer.Renderable
 
isProcess() - Method in class org.lee.mugen.sprite.entity.ExplodSprite
 
isProcess() - Method in class org.lee.mugen.sprite.entity.MakeDustSpriteManager
 
isReadable(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
Return true if the specified property name identifies a readable property on the specified bean; otherwise, return false.
isReadable(Object, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
Return true if the specified property name identifies a readable property on the specified bean; otherwise, return false.
isRemove() - Method in class org.lee.mugen.sprite.entity.AfterImageSprite
 
isRemove() - Method in class org.lee.mugen.sprite.entity.ProjectileSprite
 
isRemoveongethit() - Method in class org.lee.mugen.sprite.entity.ExplodSub
 
isRestricted() - Method in class org.apache.commons.beanutils.LazyDynaClass
Is this DynaClass currently restricted.
isRestricted() - Method in class org.apache.commons.beanutils.LazyDynaMap
Is this DynaClass currently restricted.
isRestricted() - Method in interface org.apache.commons.beanutils.MutableDynaClass
Is this DynaClass currently restricted, if so, no changes to the existing registration of property names, data types, readability, or writeability are allowed.
isReturnNull() - Method in class org.apache.commons.beanutils.LazyDynaClass
Should this DynaClass return a null from the getDynaProperty(name) method if the property doesn't exist.
isReturnNull() - Method in class org.apache.commons.beanutils.LazyDynaMap
Should this DynaClass return a null from the getDynaProperty(name) method if the property doesn't exist.
isRight() - Method in class org.lee.framework.swing.Anchors
 
isSamePalAsPrev - Variable in class org.lee.mugen.sff.SffReader.SubFileHeader
 
isSetterMandatory(String) - Method in class org.lee.mugen.sprite.cns.AbstractCnsFunction
 
isSpriteInSameTeam(String, String) - Method in class org.lee.mugen.core.StateMachine
 
isSpriteOutOfScreeen(int) - Static method in class org.lee.mugen.core.physics.PhysicsEngime
 
isSpriteUse() - Method in class org.lee.mugen.sprite.entity.Anim
 
isSpriteUse() - Method in class org.lee.mugen.sprite.entity.Sparkno
 
isStop() - Static method in class org.lee.mugen.core.sound.SoundSystem.SoundBackGround
 
isSupermove() - Method in class org.lee.mugen.sprite.entity.ExplodSub
 
isSuperPause() - Method in class org.lee.mugen.core.GameGlobalEvents
 
isSuperpauseMoveTime(Sprite) - Method in class org.lee.mugen.core.GameGlobalEvents
 
isSuperpauseMoveTime() - Method in class org.lee.mugen.sprite.entity.SuperpauseSub
 
isSuperPauseMoveTimeOrPauseMoveTime(Sprite) - Method in class org.lee.mugen.core.GameGlobalEvents
 
isSuperPauseOrPause() - Method in class org.lee.mugen.core.GameGlobalEvents
 
isTop() - Method in class org.lee.framework.swing.Anchors
 
isUnder() - Method in class org.lee.mugen.sprite.entity.EnvcolorSub
 
isUse() - Method in class org.lee.mugen.sprite.entity.EnvcolorSub
 
isUseSpriteAnim() - Method in class org.lee.mugen.sprite.entity.SuperpauseSub
 
isValidLine(String) - Method in class org.apache.commons.io.LineIterator
Overridable method to validate each line that is returned.
isWriteable(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
Return true if the specified property name identifies a writeable property on the specified bean; otherwise, return false.
isWriteable(Object, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
Return true if the specified property name identifies a writeable property on the specified bean; otherwise, return false.
iterator() - Method in class org.apache.commons.beanutils.ResultSetDynaClass
Return an Iterator of DynaBean instances for each row of the wrapped ResultSet, in "forward" order.

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