- getColors() - Method in class org.j3d.terrain.roam.VertexData
-
Return the complete set of color values held by this node.
- getCoordinate(float[], int, int) - Method in interface org.j3d.terrain.TerrainData
-
Get the coordinate of the point in the grid.
- getCoordinate(float[], float[], float[], int, int) - Method in interface org.j3d.terrain.TerrainData
-
Get the coordinate with all the information - texture and colors.
- getCoordinateWithColor(float[], float[], int, int) - Method in interface org.j3d.terrain.TerrainData
-
Get the coordinate of the point and the corresponding color value in
the grid.
- getCoordinateWithTexture(float[], float[], int, int, int, int) - Method in interface org.j3d.terrain.TerrainData
-
Get the coordinate of the point and corresponding texture coordinate in
the grid.
- getCoords() - Method in class org.j3d.terrain.roam.VertexData
-
Return the complete set of coordinates held by this node.
- getGridDepth() - Method in class org.j3d.terrain.AbstractFreeFormTerrainData
-
Get the total depth (number of points on the X axis) of the grid.
- getGridDepth() - Method in class org.j3d.terrain.AbstractStaticTerrainData
-
Get the depth (number of points on the X axis) of the grid.
- getGridDepth() - Method in interface org.j3d.terrain.FreeFormTerrainData
-
Get the total depth (number of points on the X axis) of the grid.
- getGridDepth() - Method in interface org.j3d.terrain.StaticTerrainData
-
Get the depth (number of points on the X axis) of the grid.
- getGridWidth() - Method in class org.j3d.terrain.AbstractFreeFormTerrainData
-
Get the total width (number of points on the Y axis) of the grid.
- getGridWidth() - Method in class org.j3d.terrain.AbstractStaticTerrainData
-
Get the width (number of points on the Y axis) of the grid.
- getGridWidth() - Method in interface org.j3d.terrain.FreeFormTerrainData
-
Get the total width (number of points on the Y axis) of the grid.
- getGridWidth() - Method in interface org.j3d.terrain.StaticTerrainData
-
Get the width (number of points on the Y axis) of the grid.
- getGridXStep() - Method in class org.j3d.terrain.AbstractTerrainData
-
Get the real world distance between consecutive X values in the grid.
- getGridXStep() - Method in interface org.j3d.terrain.TerrainData
-
Get the real world distance between consecutive X values in the grid.
- getGridYStep() - Method in class org.j3d.terrain.AbstractTerrainData
-
Get the real world distance between consecutive Y values in the grid.
- getGridYStep() - Method in interface org.j3d.terrain.TerrainData
-
Get the real world distance between consecutive Y values in the grid.
- getHeight(float, float) - Method in class org.j3d.terrain.Landscape
-
Get the height at the given X,Z coordinate in the local coordinate
system.
- getHeightFromGrid(int, int) - Method in interface org.j3d.terrain.TerrainData
-
Get the height at the specified grid position.
- getSourceDataType() - Method in class org.j3d.terrain.AbstractTerrainData
-
Get the type of terrain data that we are dealing with.
- getSourceDataType() - Method in interface org.j3d.terrain.TerrainData
-
Get the type of terrain data that we are dealing with.
- getTexture(Rectangle) - Method in class org.j3d.terrain.AbstractFreeFormTerrainData
-
Fetch the texture or part of a texture that can be applied to the
sub-region of the overall object.
- getTexture() - Method in class org.j3d.terrain.AbstractStaticTerrainData
-
Fetch the BufferedImage that is used to cover the entire terrain.
- getTexture(int, int) - Method in class org.j3d.terrain.AbstractTiledTerrainData
-
Fetch the texture or part of a texture that can be applied to the
sub-region of the overall object.
- getTexture(Rectangle) - Method in interface org.j3d.terrain.FreeFormTerrainData
-
Fetch the texture or part of a texture that can be applied to the
sub-region of the overall object.
- getTexture() - Method in interface org.j3d.terrain.StaticTerrainData
-
Fetch the Texture that is used to cover the entire terrain.
- getTexture(int, int) - Method in interface org.j3d.terrain.TiledTerrainData
-
Fetch the texture or part of a texture that can be applied to the
sub-region of the overall object.
- getTextureCoords() - Method in class org.j3d.terrain.roam.VertexData
-
Return the complete set of texture coordinates of this node
- getTextureSize() - Method in interface org.j3d.terrain.TextureTileGenerator
-
Get the total size of the underlying image in pixels.
- getTextureTile(Rectangle) - Method in interface org.j3d.terrain.TextureTileGenerator
-
Fetch the texture tile for the given bounds, expresed in image pixel
coordinates.
- getTilesAvailableBounds(Rectangle) - Method in interface org.j3d.terrain.TiledTerrainData
-
Fetch the area, in tile coordinates of the area that is currently
available in memory.
- getTileSize() - Method in class org.j3d.terrain.AbstractTiledTerrainData
-
Get the number of grid points along one side of a single tile.
- getTileSize() - Method in interface org.j3d.terrain.TiledTerrainData
-
Get the number of grid points along one side of a single tile.
- getTreeNode() - Static method in class org.j3d.terrain.roam.TreeNode
-
Either return a node from the cache or if the cache is empty, return
a new tree node.
- getVertexCount() - Method in class org.j3d.terrain.roam.VertexData
-
Get the number of vertices registered here.
- getVisibility() - Method in class org.j3d.terrain.roam.TreeNode
-
Get the visibility state of this node.
- gridDepth - Variable in class org.j3d.terrain.AbstractFreeFormTerrainData
-
The number of grid points per tile in depth
- gridDepth - Variable in class org.j3d.terrain.AbstractStaticTerrainData
-
The depth of the terrain in grid points.
- gridPointsPerTile - Variable in class org.j3d.terrain.AbstractTiledTerrainData
-
The number of grid points per tile.
- gridStepX - Variable in class org.j3d.terrain.AbstractTerrainData
-
The real world distance between each X (width) grid position
- gridStepY - Variable in class org.j3d.terrain.AbstractTerrainData
-
The real world distance between each Y (depth) grid position
- gridWidth - Variable in class org.j3d.terrain.AbstractFreeFormTerrainData
-
The number of grid points per tile in width
- gridWidth - Variable in class org.j3d.terrain.AbstractStaticTerrainData
-
The width of the terrain in grid points.