Package io.tlf.jme.jfx.injme
Class JavaFxPicture
- java.lang.Object
-
- com.jme3.scene.Spatial
-
- com.jme3.scene.Geometry
-
- com.jme3.ui.Picture
-
- io.tlf.jme.jfx.injme.JavaFxPicture
-
- All Implemented Interfaces:
com.jme3.anim.util.HasLocalTransform,com.jme3.asset.CloneableSmartAsset,com.jme3.collision.Collidable,com.jme3.export.Savable,com.jme3.util.clone.JmeCloneable,java.lang.Cloneable
public class JavaFxPicture extends com.jme3.ui.PictureThe implementation of thePictureto represent javaFX UI Scene.
-
-
Field Summary
-
Fields inherited from class com.jme3.scene.Geometry
cachedWorldMat, groupNode, ignoreTransform, lodLevel, material, mesh, SAVABLE_VERSION, startIndex
-
Fields inherited from class com.jme3.scene.Spatial
batchHint, controls, cullHint, frustrumIntersects, key, localLights, localOverrides, localTransform, name, parent, queueBucket, queueDistance, refreshFlags, RF_BOUND, RF_CHILD_LIGHTLIST, RF_LIGHTLIST, RF_MATPARAM_OVERRIDE, RF_TRANSFORM, shadowMode, userData, worldBound, worldLights, worldOverrides, worldTransform
-
-
Constructor Summary
Constructors Constructor Description JavaFxPicture(JmeFxContainerInternal container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateLogicalState(float tpf)-
Methods inherited from class com.jme3.ui.Picture
setHeight, setImage, setPosition, setTexture, setWidth
-
Methods inherited from class com.jme3.scene.Geometry
associateWithGroupNode, breadthFirstTraversal, checkCulling, clone, clone, cloneFields, collideWith, computeWorldMatrix, deepClone, depthFirstTraversal, getFallbackMorphTarget, getLodLevel, getMaterial, getMesh, getModelBound, getMorphState, getMorphState, getNbSimultaneousGPUMorph, getTriangleCount, getVertexCount, getWorldMatrix, isBatched, isDirtyMorph, isGrouped, isIgnoreTransform, oldDeepClone, read, removeFromParent, setDirtyMorph, setFallbackMorphTarget, setIgnoreTransform, setLodLevel, setMaterial, setMesh, setModelBound, setMorphState, setMorphState, setNbSimultaneousGPUMorph, setParent, unassociateFromGroupNode, updateModelBound, updateWorldBound, updateWorldLightList, updateWorldTransforms, write
-
Methods inherited from class com.jme3.scene.Spatial
addControl, addLight, addMatParamOverride, breadthFirstTraversal, center, clearMatParamOverrides, depthFirstTraversal, forceRefresh, getBatchHint, getControl, getControl, getCullHint, getKey, getLastFrustumIntersection, getLocalBatchHint, getLocalCullHint, getLocalLightList, getLocalMatParamOverrides, getLocalQueueBucket, getLocalRotation, getLocalScale, getLocalShadowMode, getLocalToWorldMatrix, getLocalTransform, getLocalTranslation, getName, getNumControls, getParent, getQueueBucket, getShadowMode, getUserData, getUserDataKeys, getWorldBound, getWorldLightList, getWorldMatParamOverrides, getWorldRotation, getWorldScale, getWorldTransform, getWorldTranslation, hasAncestor, jmeClone, localToWorld, lookAt, matches, move, move, oldClone, removeControl, removeControl, removeLight, removeMatParamOverride, rotate, rotate, rotateUpTo, runControlRender, scale, scale, setBatchHint, setBoundRefresh, setCullHint, setKey, setLastFrustumIntersection, setLightListRefresh, setLocalRotation, setLocalRotation, setLocalScale, setLocalScale, setLocalScale, setLocalTransform, setLocalTranslation, setLocalTranslation, setMatParamOverrideRefresh, setName, setQueueBucket, setRequiresUpdates, setShadowMode, setTransformRefresh, setUserData, toString, updateGeometricState, updateMatParamOverrides, worldToLocal
-
-
-
-
Constructor Detail
-
JavaFxPicture
public JavaFxPicture(JmeFxContainerInternal container)
-
-