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

I

IMAGE_INDICATOR - Static variable in class net.ctdp.rfdynhud.properties.BackgroundProperty
 
ImageBorderRenderer - Class in net.ctdp.rfdynhud.render
A ColoredBorder is a Border implementation with no Textures but only a color.
ImageBorderRenderer(String, TextureImage2D) - Constructor for class net.ctdp.rfdynhud.render.ImageBorderRenderer
 
ImageCache - Interface in net.ctdp.rfdynhud.util
An image cache caches images by their names.
ImageProperty - Class in net.ctdp.rfdynhud.properties
The ImageProperty serves for customizing an image.
ImageProperty(String, String, String, boolean, boolean) - Constructor for class net.ctdp.rfdynhud.properties.ImageProperty
 
ImageProperty(String, String, String) - Constructor for class net.ctdp.rfdynhud.properties.ImageProperty
 
ImageProperty(String, String, boolean) - Constructor for class net.ctdp.rfdynhud.properties.ImageProperty
 
ImageProperty(String, String) - Constructor for class net.ctdp.rfdynhud.properties.ImageProperty
 
ImagePropertyWithTexture - Class in net.ctdp.rfdynhud.properties
The ImagePropertyWithTexture serves for customizing an image and provides a TextureImage2D instance with a given size.
ImagePropertyWithTexture(String, String, String, boolean, boolean) - Constructor for class net.ctdp.rfdynhud.properties.ImagePropertyWithTexture
 
ImagePropertyWithTexture(String, String, String) - Constructor for class net.ctdp.rfdynhud.properties.ImagePropertyWithTexture
 
ImagePropertyWithTexture(String, String, boolean) - Constructor for class net.ctdp.rfdynhud.properties.ImagePropertyWithTexture
 
ImagePropertyWithTexture(String, String) - Constructor for class net.ctdp.rfdynhud.properties.ImagePropertyWithTexture
 
ImagePropertyWithTransTexture - Class in net.ctdp.rfdynhud.properties
The ImagePropertyWithTransTexture serves for customizing an image and provides a TransformableTexture instance with a given size.
ImagePropertyWithTransTexture(String, String, String, boolean, boolean) - Constructor for class net.ctdp.rfdynhud.properties.ImagePropertyWithTransTexture
 
ImagePropertyWithTransTexture(String, String, String) - Constructor for class net.ctdp.rfdynhud.properties.ImagePropertyWithTransTexture
 
ImagePropertyWithTransTexture(String, String, boolean) - Constructor for class net.ctdp.rfdynhud.properties.ImagePropertyWithTransTexture
 
ImagePropertyWithTransTexture(String, String) - Constructor for class net.ctdp.rfdynhud.properties.ImagePropertyWithTransTexture
 
ImageTemplate - Class in net.ctdp.rfdynhud.render
The ImageTemplate is a container for image data configured through a property.
ImageTemplate(String, BufferedImage) - Constructor for class net.ctdp.rfdynhud.render.ImageTemplate
 
IncBoost - Static variable in class net.ctdp.rfdynhud.input.KnownInputActions
 
incEngineBoostMapping(TelemetryData, VehiclePhysics.Engine) - Static method in class net.ctdp.rfdynhud.gamedata.__GDPrivilegedAccess
 
includesFront() - Method in enum net.ctdp.rfdynhud.gamedata.VehiclePhysics.WheelDrive
 
includesRear() - Method in enum net.ctdp.rfdynhud.gamedata.VehiclePhysics.WheelDrive
 
increaseIndentation() - Static method in class net.ctdp.rfdynhud.util.RFDHLog
Increases the indentation level to use for the following log outputs by one.
increaseIndentation() - Static method in class org.jagatoo.logging.Log
Increases the indentation level to use for the following log outputs by one.
IniLine - Class in org.jagatoo.util.ini
 
IniLine() - Constructor for class org.jagatoo.util.ini.IniLine
 
init(long) - Method in class net.ctdp.rfdynhud.valuemanagers.Clock
Initializes/resets the ManagedValue.
init(long) - Method in class net.ctdp.rfdynhud.valuemanagers.IntervalManager
Initializes/resets the ManagedValue.
init(long) - Method in interface net.ctdp.rfdynhud.valuemanagers.ManagedValue
Initializes/resets the ManagedValue.
init(long) - Method in class net.ctdp.rfdynhud.valuemanagers.ValueInterpolater
Initializes/resets the ManagedValue.
initialize(LiveGameData, boolean, DrawnStringFactory, TextureImage2D, int, int) - Method in class net.ctdp.rfdynhud.widgets.base.needlemeter.NeedleMeterWidget
This method is called once to initialized DrawnStrings used on this Widget.
initialize(LiveGameData, boolean, DrawnStringFactory, TextureImage2D, int, int) - Method in class net.ctdp.rfdynhud.widgets.base.revneedlemeter.AbstractRevNeedleMeterWidget
This method is called once to initialized DrawnStrings used on this Widget.
initialize(LiveGameData, boolean, DrawnStringFactory, TextureImage2D, int, int) - Method in class net.ctdp.rfdynhud.widgets.base.widget.AbstractAssembledWidget
This method is called once to initialized DrawnStrings used on this Widget.
initialize(LiveGameData, boolean, DrawnStringFactory, TextureImage2D, int, int) - Method in class net.ctdp.rfdynhud.widgets.base.widget.Widget
This method is called once to initialized DrawnStrings used on this Widget.
initialize(LiveGameData, boolean, DrawnStringFactory, TextureImage2D, int, int) - Method in class net.ctdp.rfdynhud.widgets.internal.InternalWidget
 
initImpl(long) - Method in class net.ctdp.rfdynhud.valuemanagers.Clock
Implementation specific code for initialization.
initImpl(long) - Method in class net.ctdp.rfdynhud.valuemanagers.TimeBasedClock
Implementation specific code for initialization.
initInput(byte[]) - Method in class net.ctdp.rfdynhud.RFDynHUD
 
initParentProperties() - Method in class net.ctdp.rfdynhud.widgets.base.needlemeter.NeedleMeterWidget
This method is called as the last item in the constructor.
initParentProperties() - Method in class net.ctdp.rfdynhud.widgets.base.revneedlemeter.AbstractRevNeedleMeterWidget
 
initParts(float, boolean, float, boolean) - Method in class net.ctdp.rfdynhud.widgets.base.widget.AbstractAssembledWidget
 
initParts(float, boolean, float, boolean) - Method in class net.ctdp.rfdynhud.widgets.extra.assembled.AssembledWidget
initSubTextures(LiveGameData, boolean, int, int, SubTextureCollector) - Method in class net.ctdp.rfdynhud.widgets.base.needlemeter.NeedleMeterWidget
Gets the TransformableTextures, that this Widget keeps.
initSubTextures(LiveGameData, boolean, int, int, SubTextureCollector) - Method in class net.ctdp.rfdynhud.widgets.base.revneedlemeter.AbstractRevNeedleMeterWidget
 
initSubTextures(LiveGameData, boolean, int, int, SubTextureCollector) - Method in class net.ctdp.rfdynhud.widgets.base.widget.AbstractAssembledWidget
Gets the TransformableTextures, that this Widget keeps.
initSubTextures(LiveGameData, boolean, int, int, SubTextureCollector) - Method in class net.ctdp.rfdynhud.widgets.base.widget.Widget
Gets the TransformableTextures, that this Widget keeps.
initSubTextures(LiveGameData, boolean, int, int, SubTextureCollector) - Method in class net.ctdp.rfdynhud.widgets.internal.InternalWidget
Gets the TransformableTextures, that this Widget keeps.
initVehicleScoringInfo() - Method in class net.ctdp.rfdynhud.gamedata._LiveGameData_CPP_Adapter
 
InnerSize - Class in net.ctdp.rfdynhud.values
The InnerSize value provides an AbstractSize implementation for the inner size of a Widget (excluding border and padding).
InnerSize(Size, BorderProperty) - Constructor for class net.ctdp.rfdynhud.values.InnerSize
 
INPUT_ACTION_RESET_FUEL_CONSUMPTION - Static variable in class net.ctdp.rfdynhud.gamedata.__GDPrivilegedAccess
 
INPUT_ACTION_RESET_LAPTIMES_CACHE - Static variable in class net.ctdp.rfdynhud.gamedata.__GDPrivilegedAccess
 
INPUT_ACTION_RESET_TOPSPEEDS - Static variable in class net.ctdp.rfdynhud.gamedata.__GDPrivilegedAccess
 
InputAction - Class in net.ctdp.rfdynhud.input
This is a simple abstraction of an input action.
InputAction(String, Boolean) - Constructor for class net.ctdp.rfdynhud.input.InputAction
Creates a new InputAction.
InputAction(String) - Constructor for class net.ctdp.rfdynhud.input.InputAction
Creates a new InputAction.
InputActionConsumer - Interface in net.ctdp.rfdynhud.input
 
InputDeviceManager - Class in net.ctdp.rfdynhud.input
This manager keeps information about plugged in Joysticks (Wheels) and their buttons.
InputDeviceManager() - Constructor for class net.ctdp.rfdynhud.input.InputDeviceManager
 
InputMapping - Class in net.ctdp.rfdynhud.input
The InputMapping keeps information about a single mapped input component to a Widget.
InputMapping(String, InputAction, String, int, int, int) - Constructor for class net.ctdp.rfdynhud.input.InputMapping
 
InputMappings - Class in net.ctdp.rfdynhud.input
 
InputMappingsManager - Class in net.ctdp.rfdynhud.input
This manager manages mappings of InputActions to input device components (buttons and keys).
InputMappingsManager(RFDynHUD) - Constructor for class net.ctdp.rfdynhud.input.InputMappingsManager
 
INSTANCE - Static variable in class net.ctdp.rfdynhud.gamedata.GameFileSystem
This is the public singleton instance of this class.
INSTANCE - Static variable in class net.ctdp.rfdynhud.gamedata.VehicleScoringInfo.VSIPlaceComparator
Singleton instance
INSTANCE - Static variable in class net.ctdp.rfdynhud.util.LocalizationsManager
 
INSTANCE - Static variable in class net.ctdp.rfdynhud.util.WidgetZYXComparator
 
InternalWidget - Class in net.ctdp.rfdynhud.widgets.internal
This Widget displays information, if something went wrong or the plugin is in beta state or something.
InternalWidget() - Constructor for class net.ctdp.rfdynhud.widgets.internal.InternalWidget
 
intersects(int, int, int, int) - Method in class org.openmali.types.twodee.Rect2i
Checks, if the given rectangle intersects this rectangle.
intersects(Rect2i) - Method in class org.openmali.types.twodee.Rect2i
Checks, if the given rectangle intersects this rectangle.
IntervalManager - Class in net.ctdp.rfdynhud.valuemanagers
This manager invokes a method every defined time interval.
IntervalManager(FactoredIntProperty) - Constructor for class net.ctdp.rfdynhud.valuemanagers.IntervalManager
 
IntervalManager(long) - Constructor for class net.ctdp.rfdynhud.valuemanagers.IntervalManager
 
IntProperty - Class in net.ctdp.rfdynhud.properties
The IntProperty serves for customizing a primitive int value.
IntProperty(String, String, int, int, int, boolean) - Constructor for class net.ctdp.rfdynhud.properties.IntProperty
 
IntProperty(String, String, int, boolean) - Constructor for class net.ctdp.rfdynhud.properties.IntProperty
 
IntProperty(String, String, int) - Constructor for class net.ctdp.rfdynhud.properties.IntProperty
 
IntProperty(String, int, boolean) - Constructor for class net.ctdp.rfdynhud.properties.IntProperty
 
IntProperty(String, int) - Constructor for class net.ctdp.rfdynhud.properties.IntProperty
 
IntProperty(String, int, int, int) - Constructor for class net.ctdp.rfdynhud.properties.IntProperty
 
IntValue - Class in net.ctdp.rfdynhud.values
This class is a container for runtime values.
IntValue(int, ValidityTest, int) - Constructor for class net.ctdp.rfdynhud.values.IntValue
 
IntValue(int) - Constructor for class net.ctdp.rfdynhud.values.IntValue
 
IntValue(ValidityTest, int) - Constructor for class net.ctdp.rfdynhud.values.IntValue
 
IntValue() - Constructor for class net.ctdp.rfdynhud.values.IntValue
 
isActionMapped(InputAction) - Method in class net.ctdp.rfdynhud.input.InputMappings
Gets whether an input mapping exists, that maps an input device component to the given InputAction.
isAfterSectorStart() - Method in enum net.ctdp.rfdynhud.values.LapState
 
isAntiAliased() - Method in class net.ctdp.rfdynhud.properties.FontProperty
Is the currently selected font anti aliased?
isAntialiazingEnabled() - Method in class net.ctdp.rfdynhud.render.Texture2DCanvas
 
isAnyLogInterfaceRegistered(LogChannel, int) - Method in class org.jagatoo.logging.LogManager
 
isAnythingDetached() - Method in class net.ctdp.rfdynhud.gamedata.TelemetryData
Gets whether any parts (besides wheels) have been detached.
isAt(boolean, String...) - Method in class org.jagatoo.util.xml.XMLPath
Checks, whether the current path is composed of the given elements.
isAtByObjects(boolean, String...) - Method in class org.jagatoo.util.xml.XMLPath
Checks, whether the current path is composed of the given element objects (see SimpleXMLHandlerDelegate.getPathObject(XMLPath, String)).
isBaked() - Method in class net.ctdp.rfdynhud.properties.Position
 
isBaked() - Method in class net.ctdp.rfdynhud.properties.Size
 
isBeforeSectorEnd() - Method in enum net.ctdp.rfdynhud.values.LapState
 
isBoolean(String) - Static method in class org.jagatoo.util.strings.StringUtils
Checks, whether the given String argument is intepretable as boolean value.
isBottom() - Method in enum net.ctdp.rfdynhud.values.RelativePositioning
 
isColor() - Method in enum net.ctdp.rfdynhud.properties.BackgroundProperty.BackgroundType
Whether this type is BackgroundProperty.BackgroundType.COLOR.
isCoveredBy(int, int, int, int) - Method in class org.openmali.types.twodee.Rect2i
Checks, whether this rectangle is completely covered by the given one.
isCoveredBy(Rect2i) - Method in class org.openmali.types.twodee.Rect2i
Checks, whether this rectangle is completely covered by the given one.
isDefaultLoadingEnabled() - Method in class net.ctdp.rfdynhud.util.ConfigurationLoader
 
isDirty - Variable in class org.openmali.types.twodee.Rect2i
 
isDirty() - Method in class org.openmali.types.twodee.Rect2i
 
isDynamic() - Method in class net.ctdp.rfdynhud.render.TransformableTexture
This flag must be set, if you intend to draw on this texture.
isEditorMode - Static variable in class net.ctdp.rfdynhud.editor.__EDPrivilegedAccess
 
isEmpty() - Method in class org.jagatoo.util.ini.IniLine
 
isError() - Method in enum org.jagatoo.logging.LogLevel
 
isError(int) - Static method in enum org.jagatoo.logging.LogLevel
 
isFinished() - Method in enum net.ctdp.rfdynhud.gamedata.FinishStatus
 
isFinished() - Method in class net.ctdp.rfdynhud.gamedata.Laptime
 
isFontAntiAliased() - Method in class net.ctdp.rfdynhud.widgets.base.widget.Widget
 
isFront() - Method in enum net.ctdp.rfdynhud.gamedata.Wheel
 
isGamePaused() - Method in class net.ctdp.rfdynhud.gamedata.LiveGameData
Gets whether the game is paused.
isGlobalPosition() - Method in class net.ctdp.rfdynhud.properties.Position
 
isGlobalSize() - Method in class net.ctdp.rfdynhud.properties.Size
 
isHCenter() - Method in enum net.ctdp.rfdynhud.values.RelativePositioning
 
isImage() - Method in enum net.ctdp.rfdynhud.properties.BackgroundProperty.BackgroundType
Whether this type is BackgroundProperty.BackgroundType.IMAGE.
isInFilter(int) - Method in class org.jagatoo.logging.LogChannel
Gets whether this channel's id bit is set in the given filter mask.
isInitialized(Widget) - Static method in class net.ctdp.rfdynhud.widgets.base.widget.__WPrivilegedAccess
 
isInlap() - Method in class net.ctdp.rfdynhud.gamedata.Laptime
Gets whether this lap is an inlap.
isInPits() - Method in class net.ctdp.rfdynhud.gamedata.VehicleScoringInfo
between pit entrance and pit exit (not always accurate for remote vehicles)
isInRealtimeMode() - Method in class net.ctdp.rfdynhud.gamedata.LiveGameData
Gets whether we're in realtime mode (cockpit).
isInRealtimeMode() - Method in class net.ctdp.rfdynhud.gamedata.ScoringInfo
Gets whether we're in realtime as opposed to at the monitor.
isInRenderMode() - Method in class net.ctdp.rfdynhud.RFDynHUD
 
isJarMode() - Static method in class net.ctdp.rfdynhud.util.ResourceManager
 
isLapJustStarted() - Method in class net.ctdp.rfdynhud.gamedata.VehicleScoringInfo
Gets, whether the current lap has just been stared.
isLeft() - Method in enum net.ctdp.rfdynhud.gamedata.Wheel
 
isLeft() - Method in enum net.ctdp.rfdynhud.values.RelativePositioning
 
isLocalPlayer() - Method in enum net.ctdp.rfdynhud.gamedata.VehicleControl
 
isMatchingKey(String) - Method in class net.ctdp.rfdynhud.properties.Property
Checks whether the given key (from the configuration file) belongs to this Property.
isNegativeHeight() - Method in class net.ctdp.rfdynhud.properties.Size
 
isNegativeWidth() - Method in class net.ctdp.rfdynhud.properties.Size
 
isNoImage() - Method in class net.ctdp.rfdynhud.properties.ImageProperty
Gets whether this property is set to "no image".
isNone() - Method in enum net.ctdp.rfdynhud.gamedata.FinishStatus
 
isNumeric(String) - Static method in class org.jagatoo.util.strings.StringUtils
Checks, whether the given String argument is intepretable as numeric value.
isOut() - Method in enum net.ctdp.rfdynhud.gamedata.FinishStatus
 
isOutlap() - Method in class net.ctdp.rfdynhud.gamedata.Laptime
Gets whether this lap is an outlap.
isOverheating() - Method in class net.ctdp.rfdynhud.gamedata.TelemetryData
Gets whether overheating icon is shown.
isPercentage() - Method in class net.ctdp.rfdynhud.properties.PosSizeProperty
Is percentage value?
isPlayer() - Method in class net.ctdp.rfdynhud.gamedata.VehicleScoringInfo
 
isPluginEnabled() - Method in class net.ctdp.rfdynhud.input.InputMappingsManager
 
isPractice() - Method in enum net.ctdp.rfdynhud.gamedata.SessionType
 
isRace() - Method in enum net.ctdp.rfdynhud.gamedata.SessionType
 
isReadOnly() - Method in class net.ctdp.rfdynhud.properties.Property
Is read only property?
isRear() - Method in enum net.ctdp.rfdynhud.gamedata.Wheel
 
isRectangleVisible(int) - Method in class net.ctdp.rfdynhud.render.TransformableTexture
 
isRight() - Method in enum net.ctdp.rfdynhud.gamedata.Wheel
 
isRight() - Method in enum net.ctdp.rfdynhud.values.RelativePositioning
 
isRunning() - Method in class net.ctdp.rfdynhud.gamedata.GameEventsManager
Returns whether the game has been started up and not yet been shut down.
isSessionRunning() - Method in class net.ctdp.rfdynhud.gamedata.GameEventsManager
Returns whether the current session is running.
isSessionRunning() - Method in class net.ctdp.rfdynhud.gamedata.ScoringInfo
Gets whether a session is currently running or not.
isSizeProp() - Method in class net.ctdp.rfdynhud.properties.PosSizeProperty
Returns true, if this is a size property, false, if this is a position property.
isSmallerOrEqual(LogLevel) - Method in enum org.jagatoo.logging.LogLevel
 
isTestDay() - Method in enum net.ctdp.rfdynhud.gamedata.SessionType
 
isTimestampingEnabled() - Method in class org.jagatoo.logging.LogManager
 
isTop() - Method in enum net.ctdp.rfdynhud.values.RelativePositioning
 
isUpdatedInRealtimeMode() - Method in class net.ctdp.rfdynhud.gamedata.GraphicsInfo
Gets, whether the last update of these data has been done while in realtime mode.
isUpdatedInTimeScope() - Method in class net.ctdp.rfdynhud.gamedata.ScoringInfo
Gets, whether the last update of these data has been done while in running session resp. realtime mode.
isUpdatedInTimeScope() - Method in class net.ctdp.rfdynhud.gamedata.TelemetryData
Gets, whether the last update of these data has been done while in running session resp. realtime mode.
isUpdatedInTimeScope() - Method in class net.ctdp.rfdynhud.gamedata.VehicleSetup
Gets, whether the last update of these data has been done while in running session resp. realtime mode.
isUsed() - Method in class net.ctdp.rfdynhud.valuemanagers.IntervalManager
 
isValid() - Method in class net.ctdp.rfdynhud.gamedata.ProfileInfo
Gets whether this information in this instance is valid for the current session.
isValid() - Method in class net.ctdp.rfdynhud.gamedata.ScoringInfo
Gets whether this data has been updated in the current session.
isValid() - Method in class net.ctdp.rfdynhud.gamedata.VehicleScoringInfo
 
isValid() - Method in class net.ctdp.rfdynhud.values.BoolValue
 
isValid() - Method in class net.ctdp.rfdynhud.values.EnumValue
 
isValid() - Method in class net.ctdp.rfdynhud.values.FloatValue
 
isValid() - Method in class net.ctdp.rfdynhud.values.IntValue
 
isValid() - Method in class net.ctdp.rfdynhud.values.LongValue
 
isValid() - Method in class net.ctdp.rfdynhud.values.StringValue
 
isValid() - Method in class net.ctdp.rfdynhud.widgets.WidgetsConfiguration
 
isValid() - Method in class org.jagatoo.util.ini.IniLine
 
isVCenter() - Method in enum net.ctdp.rfdynhud.values.RelativePositioning
 
isVisible() - Method in class net.ctdp.rfdynhud.render.TransformableTexture
 
isVisible() - Method in class net.ctdp.rfdynhud.widgets.base.widget.Widget
Gets this Widget's total visibility flag (Widget.getInputVisibility() && Widget.getAutoVisibility() && Widget.getUpdatedVisibility()).
isVisibleInEditor() - Method in class net.ctdp.rfdynhud.render.TransformableTexture
 
isWheelDetached(Wheel) - Method in class net.ctdp.rfdynhud.gamedata.TelemetryData
Gets whether wheel is detached.
isWheelFlat(Wheel) - Method in class net.ctdp.rfdynhud.gamedata.TelemetryData
Gets whether tire is flat.
isWidgetAction() - Method in class net.ctdp.rfdynhud.input.InputAction
 
isWidgetVisible() - Method in class net.ctdp.rfdynhud.widgets.base.widget.WidgetController
 
isYAtBaseline() - Method in class net.ctdp.rfdynhud.render.DrawnString
Gets, whether the y-coordinate indicates the String's baseline position or the top-bound.

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