A C D G I J L P R S U

A

addChilder() - Method in class JHeightMap.JLight
The method puts the generated light in the graph scene.
addLight(JLight) - Method in class JHeightMap.JPanelMap
The method adds light in scene for array light.
addText(String) - Method in class JHeightMap.JControls
Adds the text into the help description
AMBIENT_LIGHT - Static variable in class JHeightMap.JLight
 

C

compileScene() - Method in class JHeightMap.JPanelMap
Method compiles graph scene optimization rendering.
createAppearance() - Method in class JHeightMap.JDefaultHeightMap
The method creates default appearance of the loaded map.
createAppearance(String, AbstractDataMap) - Method in class JHeightMap.JDefaultHeightMap
The method creates default appearance of the loaded map.
createAppearance() - Method in class JHeightMap.JLineHeightMap
The method creates default appearance of the loaded map.
createAppearance(String, AbstractDataMap) - Method in class JHeightMap.JLineHeightMap
The method creates default appearance of the loaded map.
createData(String) - Method in class JHeightMap.JCSVLoadMap
The method loads the data (height map) from file in format CSV.
createData(String) - Method in class JHeightMap.JCSVSpecialLoadMap
 
createData(String) - Method in class JHeightMap.JGraphicLoadMap
The method loads the data (height map) from image.
createDataMap(float[], float, float) - Method in class JHeightMap.JDefaultDataMap
The method creates points from values (z-coordinates) loaded map.
createDataMap(float[], float, float) - Method in class JHeightMap.JLineDataMap
The method creates points from values (z-coordinates) loaded map.
createGeometry(AbstractDataMap) - Method in class JHeightMap.JDefaultHeightMap
The method creates a geometry of the loaded map.
createGeometry(AbstractDataMap) - Method in class JHeightMap.JLineHeightMap
The method creates a geometry of the loaded map.
createIndexes() - Method in class JHeightMap.JDefaultDataMap
The method creates indexes points of the height map.
createIndexes() - Method in class JHeightMap.JLineDataMap
The method creates indexes points of the height map.
createNormals() - Method in class JHeightMap.JDefaultDataMap
The method creates normals points of the height map.
createNormals() - Method in class JHeightMap.JLineDataMap
The method creates normals points of the height map.
createStripCounts() - Method in class JHeightMap.JDefaultDataMap
The method create array values (for TriangleStrip).
createStripCounts() - Method in class JHeightMap.JLineDataMap
The method create array values (for LineStrip).

D

DIRECTIONAL_LIGHT - Static variable in class JHeightMap.JLight
 
DX - Static variable in class JHeightMap.JCSVSpecialLoadMap
 
DY - Static variable in class JHeightMap.JCSVSpecialLoadMap
 

G

getColorAmbientLight() - Method in class JHeightMap.JPanelMap
The method returns color default ambient light.
getColorBackground() - Method in class JHeightMap.JPanelMap
The method returns color background in scene.
getColorDirectLight() - Method in class JHeightMap.JPanelMap
The method returns color default direct light
getDataArea() - Method in class JHeightMap.JCSVLoadMap
The method returns an array of values (z-coordinates) from the height map.
getDataArea() - Method in class JHeightMap.JCSVSpecialLoadMap
The method returns an array of values (z-coordinates) from the height map.
getDataArea() - Method in class JHeightMap.JGraphicLoadMap
The method returns an array of values (z-coordinates) from the height map.
getDirectionDirectLight() - Method in class JHeightMap.JPanelMap
The method returns direct default direct light.
getHeight() - Method in class JHeightMap.JCSVLoadMap
The method returns height loaded maps.
getHeight() - Method in class JHeightMap.JCSVSpecialLoadMap
The method returns height loaded maps.
getHeight() - Method in class JHeightMap.JDefaultDataMap
The method returns height loaded map.
getHeight() - Method in class JHeightMap.JDefaultHeightMap
The method returns height loaded map.
getHeight() - Method in class JHeightMap.JGraphicLoadMap
The method returns height loaded maps.
getHeight() - Method in class JHeightMap.JLineDataMap
The method returns height loaded map.
getHeight() - Method in class JHeightMap.JLineHeightMap
The method returns height loaded map.
getIndexes() - Method in class JHeightMap.JDefaultDataMap
The method returns array indexes of a height map.
getIndexes() - Method in class JHeightMap.JLineDataMap
The method returns array indexes of a height map.
getLight() - Method in class JHeightMap.JLight
The method gets light.
getLightListSize() - Method in class JHeightMap.JPanelMap
The method returns size array lights.
getMaxZ() - Method in class JHeightMap.JDefaultHeightMap
The method returns maximum value from loaded maps
getMaxZ() - Method in class JHeightMap.JLineHeightMap
The method returns maximum value from loaded maps
getNormals() - Method in class JHeightMap.JDefaultDataMap
The method returns array normals of a height map.
getNormals() - Method in class JHeightMap.JLineDataMap
The method returns array normals of a height map.
getPoints() - Method in class JHeightMap.JDefaultDataMap
The method returns array points of a height map.
getPoints() - Method in class JHeightMap.JLineDataMap
The method returns array points of a height map.
getPositionCamera() - Method in class JHeightMap.JPanelMap
The method returns position camera in scene.
getRotation() - Method in class JHeightMap.JPanelMap
The method returns node graph for rotation height map.
getScaling() - Method in class JHeightMap.JPanelMap
The method returns node graph for scaling height map.
getScalingNumber() - Method in class JHeightMap.JPanelMap
The method returns number scaling map.
getSceneBounds() - Method in class JHeightMap.JPanelMap
The method returns value bounds.
getScreenImage() - Method in class JHeightMap.JPanelMap
The method draws scene
getStepX() - Method in class JHeightMap.JCSVLoadMap
The method returns step in the x-axis.
getStepX() - Method in class JHeightMap.JCSVSpecialLoadMap
The method returns step in the x-axis.
getStepX() - Method in class JHeightMap.JDefaultDataMap
The method returns step in the x-axis.
getStepX() - Method in class JHeightMap.JGraphicLoadMap
The method returns step in the x-axis.
getStepX() - Method in class JHeightMap.JLineDataMap
The method returns step in the x-axis.
getStepY() - Method in class JHeightMap.JCSVLoadMap
The method returns step in the y-axis.
getStepY() - Method in class JHeightMap.JCSVSpecialLoadMap
The method returns step in the y-axis.
getStepY() - Method in class JHeightMap.JDefaultDataMap
The method returns step in the y-axis.
getStepY() - Method in class JHeightMap.JGraphicLoadMap
The method returns step in the y-axis.
getStepY() - Method in class JHeightMap.JLineDataMap
The method returns step in the y-axis.
getStripCounts() - Method in class JHeightMap.JDefaultDataMap
The method returns array values (for TriangleStrip) of a height map.
getStripCounts() - Method in class JHeightMap.JLineDataMap
The method returns array values (for TriangleStrip) of a height map.
getText() - Method in class JHeightMap.JTextCanvas
The method returns array texts.
getTranslation() - Method in class JHeightMap.JPanelMap
The method returns node graph for translation height map.
getWidth() - Method in class JHeightMap.JCSVLoadMap
The method returns width loaded maps.
getWidth() - Method in class JHeightMap.JCSVSpecialLoadMap
The method returns width loaded maps.
getWidth() - Method in class JHeightMap.JDefaultDataMap
The method returns width loaded map.
getWidth() - Method in class JHeightMap.JDefaultHeightMap
The method returns width loaded map.
getWidth() - Method in class JHeightMap.JGraphicLoadMap
The method returns width loaded maps.
getWidth() - Method in class JHeightMap.JLineDataMap
The method returns width loaded map.
getWidth() - Method in class JHeightMap.JLineHeightMap
The method returns width loaded map.

I

indexLine(int, int) - Method in class JHeightMap.JLineHeightMap
The method displays line map.
indexLineIndexsX(int, JLineDataMap) - Method in class JHeightMap.JLineHeightMap
The method create array indexes for map with line in the x-axis.
indexLineIndexsY(int, JLineDataMap) - Method in class JHeightMap.JLineHeightMap
The method create array indexes for map with line in the y-axis.
indexLineStripCountsX(int, JLineDataMap) - Method in class JHeightMap.JLineHeightMap
The method create array strips for map with line in the x-axis.
indexLineStripCountsY(int, JLineDataMap) - Method in class JHeightMap.JLineHeightMap
The method create array strips for map with line in the y-axis.
indexLineX(int) - Method in class JHeightMap.JLineHeightMap
The method creates map with line in x-axis.
indexLineY(int) - Method in class JHeightMap.JLineHeightMap
The method creates map with line in y-axis.
initialize() - Method in class JHeightMap.JControls
The method initializes the capture of evens.
isCorrectFormat(String) - Method in class JHeightMap.JCSVLoadMap
The method controls a file format,which values of height maps are loaded.
isCorrectFormat(String) - Method in class JHeightMap.JCSVSpecialLoadMap
The method controls a file format,which values of height maps are loaded.
isCorrectFormat(String) - Method in class JHeightMap.JGraphicLoadMap
The method controls a image format,which values of height maps are loaded.
isMatrixZero(float[]) - Method in class JHeightMap.JDefaultHeightMap
The method calculates whether filter matrix is zero
isMatrixZero(float[]) - Method in class JHeightMap.JLineHeightMap
The method calculates whether filter matrix is zero
isValidCoordinates(int, int, int, int) - Method in class JHeightMap.JDefaultHeightMap
The method detects whether a point is on the map ore not.
isValidCoordinates(int, int, int, int) - Method in class JHeightMap.JLineHeightMap
The method detects whether a point is on the map ore not.
isWireModelMap() - Method in class JHeightMap.JDefaultHeightMap
The method detects whether a wire model is switch on or not

J

JControls - Class in JHeightMap
Class JControls extends class Behavior.
JControls() - Constructor for class JHeightMap.JControls
The constructor initializes the capture without any keyboard event.
JControls(JPanelMap, double, int) - Constructor for class JHeightMap.JControls
The constructor initializes the capture of events from the keyboard.
JControls(JPanelMap) - Constructor for class JHeightMap.JControls
The constructor initializes the capture of events from the keyboard.
JCSVLoadMap - Class in JHeightMap
Class JCSVLoadMap extends class AbstractLoadMap (zero level).
JCSVLoadMap() - Constructor for class JHeightMap.JCSVLoadMap
Constructor initializes the array values (z-coordinates).
JCSVLoadMap(String) - Constructor for class JHeightMap.JCSVLoadMap
Constructor loads the array values (z-coordinates) from file.
JCSVLoadMap(String, char) - Constructor for class JHeightMap.JCSVLoadMap
Constructor loads the array values (z-coordinates) from file.
JCSVSpecialLoadMap - Class in JHeightMap
Class JCSVSpecialLoadMap extends class AbstractLoadMap (zero level).
JCSVSpecialLoadMap() - Constructor for class JHeightMap.JCSVSpecialLoadMap
Constructor initializes the array values (z-coordinates).
JCSVSpecialLoadMap(String) - Constructor for class JHeightMap.JCSVSpecialLoadMap
Constructor loads the array values (z-coordinates) from image.
JCSVSpecialLoadMap(String, char) - Constructor for class JHeightMap.JCSVSpecialLoadMap
Constructor loads the array values (z-coordinates) from image.
JDefaultDataMap - Class in JHeightMap
Class JDefaultDataMap extends class AbstractDataMap (first level).
JDefaultDataMap(float[]) - Constructor for class JHeightMap.JDefaultDataMap
The constructor creates an arrays: array points, array normals, array indexes and array strip (for TriangleStrip)from input values.
JDefaultDataMap(float[], int, int) - Constructor for class JHeightMap.JDefaultDataMap
The constructor creates an arrays: array points, array normals, array indexes and array strip (for TriangleStrip)from input values.
JDefaultDataMap(float[], int, int, float, float) - Constructor for class JHeightMap.JDefaultDataMap
The constructor creates an arrays: array points, array normals, array indexes and array strip (for TriangleStrip)from input values.
JDefaultDataMap(AbstractLoadMap) - Constructor for class JHeightMap.JDefaultDataMap
The constructor creates an arrays: array points, array normals, array indexes and array strip (for TriangleStrip)from input values.
JDefaultDataMap(float[], float, float) - Constructor for class JHeightMap.JDefaultDataMap
The constructor creates an arrays: array points, array normals, array indexes and array strip (for TriangleStrip)from input values.
JDefaultDataMap(Point3f[]) - Constructor for class JHeightMap.JDefaultDataMap
The constructor creates an arrays: array points, array normals, array indexes and array strip (for TriangleStrip)from input values.
JDefaultDataMap(Point3f[], Vector3f[]) - Constructor for class JHeightMap.JDefaultDataMap
The constructor creates an arrays: array points, array normals, array indexes and array strip (for TriangleStrip)from input values.
JDefaultDataMap(Point3f[], int[]) - Constructor for class JHeightMap.JDefaultDataMap
The constructor creates an arrays: array points, array normals, array indexes and array strip (for TriangleStrip)from input values.
JDefaultHeightMap - Class in JHeightMap
Class JDefaultHeightMap extends class AbstractHeightMap (second level).
JDefaultHeightMap() - Constructor for class JHeightMap.JDefaultHeightMap
The constructor creates geometry and appearance height map.
JDefaultHeightMap(JDefaultDataMap) - Constructor for class JHeightMap.JDefaultHeightMap
The constructor creates geometry and appearance height map.
JDefaultHeightMap(JDefaultDataMap, String) - Constructor for class JHeightMap.JDefaultHeightMap
The constructor creates geometry and appearance height map.
JGraphicLoadMap - Class in JHeightMap
Class JGraphicLoadMap extends class AbstractLoadMap (zero level).
JGraphicLoadMap() - Constructor for class JHeightMap.JGraphicLoadMap
Constructor initializes the array values (z-coordinates).
JGraphicLoadMap(String) - Constructor for class JHeightMap.JGraphicLoadMap
Constructor loads the array values (z-coordinates) from image.
JHeightMap - package JHeightMap
 
JLight - Class in JHeightMap
Class JLight represents lights in the scene.
JLight() - Constructor for class JHeightMap.JLight
Constructor creates the default light (ambient light).
JLight(int) - Constructor for class JHeightMap.JLight
Constructor creates the light.
JLight(int, Color3f) - Constructor for class JHeightMap.JLight
Constructor creates the light.
JLineDataMap - Class in JHeightMap
Class JLineDataMap extends class AbstractDataMap (first level).
JLineDataMap(float[]) - Constructor for class JHeightMap.JLineDataMap
The constructor creates an arrays: array points, array normals, array indexes and array strip (for LineStrip)from input values.
JLineDataMap(float[], int, int) - Constructor for class JHeightMap.JLineDataMap
The constructor creates an arrays: array points, array normals, array indexes and array strip (for LineStrip)from input values.
JLineDataMap(float[], int, int, float, float) - Constructor for class JHeightMap.JLineDataMap
The constructor creates an arrays: array points, array normals, array indexes and array strip (for LineStrip)from input values.
JLineDataMap(AbstractLoadMap) - Constructor for class JHeightMap.JLineDataMap
The constructor creates an arrays: array points, array normals, array indexes and array strip (for LineStrip)from input values.
JLineDataMap(float[], float, float) - Constructor for class JHeightMap.JLineDataMap
The constructor creates an arrays: array points, array normals, array indexes and array strip (for LineStrip)from input values.
JLineDataMap(Point3f[]) - Constructor for class JHeightMap.JLineDataMap
The constructor creates an arrays: array points, array normals, array indexes and array strip (for LineStrip)from input values.
JLineDataMap(Point3f[], Vector3f[]) - Constructor for class JHeightMap.JLineDataMap
The constructor creates an arrays: array points, array normals, array indexes and array strip (for LineStrip)from input values.
JLineDataMap(Point3f[], int[]) - Constructor for class JHeightMap.JLineDataMap
The constructor creates an arrays: array points, array normals, array indexes and array strip (for LineStrip)from input values.
JLineHeightMap - Class in JHeightMap
Class JLineHeightMap extends class AbstractHeightMap (second level).
JLineHeightMap() - Constructor for class JHeightMap.JLineHeightMap
The constructor creates geometry and appearance height map.
JLineHeightMap(JLineDataMap) - Constructor for class JHeightMap.JLineHeightMap
The constructor creates geometry and appearance height map.
JLineHeightMap(JLineDataMap, String) - Constructor for class JHeightMap.JLineHeightMap
The constructor creates geometry and appearance height map.
JPanelMap - Class in JHeightMap
Class JPanelMap represents a third level in the draft JHeightMap library.
JPanelMap(AbstractHeightMap) - Constructor for class JHeightMap.JPanelMap
The constructor creates graph scene with default setting.
JPanelMap(AbstractHeightMap, Color) - Constructor for class JHeightMap.JPanelMap
The constructor creates graph scene with default setting with the given background color.
JPanelMap(AbstractHeightMap, int, int, Color) - Constructor for class JHeightMap.JPanelMap
The constructor creates graph scene with default setting.
JPanelMap(AbstractHeightMap, int, int, boolean, Color, Point3d) - Constructor for class JHeightMap.JPanelMap
The constructor creates graph scene with default setting.
JTextCanvas - Class in JHeightMap
Class JTextCanvas extends class Canvas3D.
JTextCanvas(GraphicsConfiguration) - Constructor for class JHeightMap.JTextCanvas
The constructor creates draw text on the screen.

L

LINES_X_AXES - Static variable in class JHeightMap.JLineHeightMap
 
LINES_Y_AXES - Static variable in class JHeightMap.JLineHeightMap
 

P

paint(Graphics) - Method in class JHeightMap.JTextCanvas
The method paints the screen for reduce flicker.
POINT_LIGHT - Static variable in class JHeightMap.JLight
 
postSwap() - Method in class JHeightMap.JTextCanvas
The method draws the text on the screen.
processStimulus(Enumeration) - Method in class JHeightMap.JControls
The method captures the events of keyboard.

R

removeLight() - Method in class JHeightMap.JLight
The method removes light.
removeLight(int) - Method in class JHeightMap.JPanelMap
The method removes light in scene from array Light.
removeLight() - Method in class JHeightMap.JPanelMap
The method removes last added light.
repaint() - Method in class JHeightMap.JTextCanvas
The method repaints the screen for reduce flicker.
resetAppearance() - Method in class JHeightMap.JDefaultHeightMap
The method resets appearance map.
resetAppearance() - Method in class JHeightMap.JLineHeightMap
The method resets appearance map.
resetMap() - Method in class JHeightMap.JDefaultHeightMap
The method resets geometry map.
resetMap() - Method in class JHeightMap.JLineHeightMap
The method resets geometry map.

S

saveImage(String, String) - Method in class JHeightMap.JPanelMap
Saves image of a given name and type into the file
setAttenuation(Point3f) - Method in class JHeightMap.JLight
The method sets attenuation light (point light and spot light).
setBackClippingDistance(double) - Method in class JHeightMap.JPanelMap
Sets distance of back clipping plane
setBehavior(Behavior) - Method in class JHeightMap.JPanelMap
The method sets new behavior and remove last behavior.
setCapabAttenuation() - Method in class JHeightMap.JLight
The method sets capability attenuation light.
setCapabColor() - Method in class JHeightMap.JLight
The method sets capability color light.
setCapabConcentration() - Method in class JHeightMap.JLight
The method sets capability concentration light.
setCapabDirect() - Method in class JHeightMap.JLight
The method sets capability direct light.
setCapabPosition() - Method in class JHeightMap.JLight
The method sets capability position light.
setCapabSpreadAngle() - Method in class JHeightMap.JLight
The method sets capability spread angle light.
setColor(Color3f) - Method in class JHeightMap.JLight
The method sets color of light.
setColorAmbientLight(Color3f) - Method in class JHeightMap.JPanelMap
The method sets color default ambient light
setColorBackground(Color3f) - Method in class JHeightMap.JPanelMap
The method sets color background in scene.
setColorBackground(float, float, float) - Method in class JHeightMap.JPanelMap
The method sets color background in scene.
setColorDirectLight(Color3f) - Method in class JHeightMap.JPanelMap
The method sets color direct light.
setColorText(Color) - Method in class JHeightMap.JTextCanvas
The method sets color for draw text on the screen.
setConcentration(float) - Method in class JHeightMap.JLight
The method sets concentration light (spot light).
setDirect(Vector3f) - Method in class JHeightMap.JLight
The method sets direct light (Direct light and spot light).
setDirectionDirectLight(Vector3f) - Method in class JHeightMap.JPanelMap
The method sets direct default direct light.
setDirectionDirectLight(float, float, float) - Method in class JHeightMap.JPanelMap
The method sets direct default direct light.
setDirectLight(Color3f, Vector3f) - Method in class JHeightMap.JPanelMap
The method sets direct and color default direct light.
setEnable(Boolean) - Method in class JHeightMap.JLight
The method sets enable light.
setFilter(float[], int) - Method in class JHeightMap.JDefaultHeightMap
The method changes the geometry of a loaded map according to a filter.
setFilter(float[], int) - Method in class JHeightMap.JLineHeightMap
The method changes the geometry of a loaded map according to a filter.
setIndexes(int[]) - Method in class JHeightMap.JDefaultDataMap
The method sets array indexes.
setIndexes(int[]) - Method in class JHeightMap.JLineDataMap
The method sets array indexes.
setInfluencingBound(Bounds) - Method in class JHeightMap.JLight
The method sets influencing bound.
setMap(AbstractDataMap) - Method in class JHeightMap.JDefaultHeightMap
The method sets a new height map that map is specified parameter dataMap.
setMap(AbstractDataMap) - Method in class JHeightMap.JLineHeightMap
The method sets a new height map that map is specified parameter dataMap.
setMap(AbstractHeightMap) - Method in class JHeightMap.JPanelMap
The method sets new map and inserted map into the center of the scene.
setMaterial(Material) - Method in class JHeightMap.JDefaultHeightMap
The method sets material map.
setMaterial(Material) - Method in class JHeightMap.JLineHeightMap
The method sets material map.
setPosition(Point3f) - Method in class JHeightMap.JLight
The method sets position light (point light and spot light).
setPositionCamera(Vector3f) - Method in class JHeightMap.JPanelMap
The method sets position camera in scene.
setPositionCamera(Point3d) - Method in class JHeightMap.JPanelMap
The method sets position camera in scene.
setRotation(TransformGroup) - Method in class JHeightMap.JPanelMap
The method sets rotation height map
setRotationX(double) - Method in class JHeightMap.JPanelMap
The method sets rotation height map about x-axis.
setRotationY(double) - Method in class JHeightMap.JPanelMap
The method sets rotation height map about y-axis.
setRotationZ(double) - Method in class JHeightMap.JPanelMap
The method sets rotation height map about z-axis.
setScaling(TransformGroup) - Method in class JHeightMap.JPanelMap
The method sets scaling height map.
setScaling(double) - Method in class JHeightMap.JPanelMap
The method sets scale height map.
setScaling(Vector3d) - Method in class JHeightMap.JPanelMap
The method sets scale height map.
setSpreadAngle(float) - Method in class JHeightMap.JLight
The method sets spread angle light (Spot light).
setStripCounts(int[]) - Method in class JHeightMap.JDefaultDataMap
The method sets array values for TriangleStrip.
setStripCounts(int[]) - Method in class JHeightMap.JLineDataMap
The method sets array values for LineStrip.
setText(String[]) - Method in class JHeightMap.JTextCanvas
The method sets text that draw on the screen.
setTexts(String[]) - Method in class JHeightMap.JPanelMap
The method sets text which draw on screen.
setTexts(String) - Method in class JHeightMap.JPanelMap
The method sets text which draw on screen.
setTexture(String) - Method in class JHeightMap.JDefaultHeightMap
The method sets texture for map.
setTexture(String) - Method in class JHeightMap.JLineHeightMap
The method sets texture for map.
setTranslation(Vector3f) - Method in class JHeightMap.JPanelMap
The method sets translation height map.
setTranslation(TransformGroup) - Method in class JHeightMap.JPanelMap
The method sets translation height map.
setVisiableText(boolean) - Method in class JHeightMap.JPanelMap
The method sets whether to display text.
setWireModelMap(boolean) - Method in class JHeightMap.JDefaultHeightMap
The method sets the wire model (appearance height map).
SPOT_LIGHT - Static variable in class JHeightMap.JLight
 

U

update(Graphics) - Method in class JHeightMap.JPanelMap
The method draws scene.

A C D G I J L P R S U