|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransformableTexture | |
---|---|
net.ctdp.rfdynhud.properties | |
net.ctdp.rfdynhud.render | |
net.ctdp.rfdynhud.util | |
net.ctdp.rfdynhud.widgets.base.needlemeter | |
net.ctdp.rfdynhud.widgets.base.widget |
Uses of TransformableTexture in net.ctdp.rfdynhud.properties |
---|
Methods in net.ctdp.rfdynhud.properties that return TransformableTexture | |
---|---|
TransformableTexture |
ImagePropertyWithTransTexture.getTexture()
Gets the scaled texture. |
TransformableTexture |
ImagePropertyWithTransTexture.updateSize(int width,
int height,
boolean isEditorMode)
Updates the stored TransformableTexture to the given size and returns the texture. |
TransformableTexture |
ImagePropertyWithTransTexture.updateSize(int width,
int height,
boolean isEditorMode,
boolean[] changeInfo)
Updates the stored TransformableTexture to the given size and returns the texture. |
Uses of TransformableTexture in net.ctdp.rfdynhud.render |
---|
Methods in net.ctdp.rfdynhud.render that return TransformableTexture | |
---|---|
static TransformableTexture |
__RenderPrivilegedAccess.createMainTexture(int width,
int height)
|
static TransformableTexture |
TransformableTexture.getOrCreate(int width,
int height,
boolean pixelPerfectPositioning,
TransformableTexture possibleResult,
boolean tryToResize)
Gets a TransformableTexture with this image drawn onto it. |
TransformableTexture |
ImageTemplate.getScaledTransformableTexture(int width,
int height,
boolean usePowerOfTwoSize)
Gets a TransformableTexture with this image drawn onto it. |
TransformableTexture |
ImageTemplate.getScaledTransformableTexture(int width,
int height,
TransformableTexture possibleResult,
boolean tryToResize)
Gets a TransformableTexture with this image drawn onto it. |
TransformableTexture |
ImageTemplate.getScaledTransformableTexture(int width,
int height,
TransformableTexture possibleResult,
boolean tryToResize,
boolean[] changeInfo)
Gets a TransformableTexture with this image drawn onto it. |
TransformableTexture |
WidgetsDrawingManager.getTexture(int textureIndex)
|
TransformableTexture |
ImageTemplate.getTransformableTexture()
Gets a TransformableTexture with this image drawn onto it using base size. |
Methods in net.ctdp.rfdynhud.render with parameters of type TransformableTexture | |
---|---|
static TransformableTexture |
TransformableTexture.getOrCreate(int width,
int height,
boolean pixelPerfectPositioning,
TransformableTexture possibleResult,
boolean tryToResize)
Gets a TransformableTexture with this image drawn onto it. |
TransformableTexture |
ImageTemplate.getScaledTransformableTexture(int width,
int height,
TransformableTexture possibleResult,
boolean tryToResize)
Gets a TransformableTexture with this image drawn onto it. |
TransformableTexture |
ImageTemplate.getScaledTransformableTexture(int width,
int height,
TransformableTexture possibleResult,
boolean tryToResize,
boolean[] changeInfo)
Gets a TransformableTexture with this image drawn onto it. |
static void |
__RenderPrivilegedAccess.setOwnerWidget(Widget ownerWidget,
TransformableTexture tt)
|
Uses of TransformableTexture in net.ctdp.rfdynhud.util |
---|
Methods in net.ctdp.rfdynhud.util that return TransformableTexture | |
---|---|
TransformableTexture |
SubTextureCollector.get(int index)
Gets the index-th sub texture from the list. |
static TransformableTexture[] |
__UtilPrivilegedAccess.getSubTextureArray(SubTextureCollector collector,
boolean sort)
|
Methods in net.ctdp.rfdynhud.util with parameters of type TransformableTexture | |
---|---|
void |
SubTextureCollector.add(TransformableTexture subTexture)
Adds a TransformableTexture to the end of the list. |
Uses of TransformableTexture in net.ctdp.rfdynhud.widgets.base.needlemeter |
---|
Methods in net.ctdp.rfdynhud.widgets.base.needlemeter that return TransformableTexture | |
---|---|
protected TransformableTexture |
NeedleMeterWidget.getNeedleTexture()
|
Uses of TransformableTexture in net.ctdp.rfdynhud.widgets.base.widget |
---|
Methods in net.ctdp.rfdynhud.widgets.base.widget that return TransformableTexture | |
---|---|
TransformableTexture[] |
Widget.getSubTextures(LiveGameData gameData,
boolean isEditorMode,
int widgetInnerWidth,
int widgetInnerHeight)
Gets the TransformableTexture s, that this Widget keeps. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |