- calculateMinutesPerPixel(double) - Method in class jme3tools.navigation.MapModel2D
-
Calculates the number of minutes per pixels using a given
map width in longitude
- calculateMinutesPerWorldUnit(double) - Method in class jme3tools.navigation.MapModel3D
-
Calculates the number of minutes per pixels using a given
map width in longitude.
- CANCEL_SELECTION - Static variable in class com.jme3.app.SettingsDialog
-
- canvas - Variable in class com.jme3.app.AppletHarness
-
- checkVisibilityState() - Method in class com.jme3.system.awt.AwtPanel
-
- cleanup() - Method in class com.jme3.app.state.VideoRecorderAppState
-
- cleanup() - Method in class com.jme3.system.awt.AwtPanel
-
- com.jme3.app - package com.jme3.app
-
- com.jme3.app.state - package com.jme3.app.state
-
- com.jme3.cursors.plugins - package com.jme3.cursors.plugins
-
- com.jme3.input.awt - package com.jme3.input.awt
-
- com.jme3.system - package com.jme3.system
-
- com.jme3.system.awt - package com.jme3.system.awt
-
- com.jme3.texture.plugins - package com.jme3.texture.plugins
-
- com.jme3.util - package com.jme3.util
-
- computeAngle(Position, Position) - Static method in class jme3tools.navigation.NavCalculator
-
Computes the angle between two points.
- computeBearing(Position, Position) - Static method in class jme3tools.navigation.NavCalculator
-
Computes the bearing between two points.
- computeDLat(double, double) - Static method in class jme3tools.navigation.NavCalculator
-
Compute the difference in latitude between two positions
- computeDLong(double, double) - Static method in class jme3tools.navigation.NavCalculator
-
Computes the difference in Longitude between two positions and assigns the
correct sign -westwards travel, + eastwards travel
- computeDMPClarkeSpheroid(double, double) - Static method in class jme3tools.navigation.NavCalculator
-
Computes the difference in meridional parts for two latitudes in minutes
(based on Clark 1880 spheroid)
- computeDMPWGS84Spheroid(float, float) - Static method in class jme3tools.navigation.NavCalculator
-
Computes the difference in meridional parts for a perfect sphere between
two degrees of latitude
- computeHeading(Position, Position) - Static method in class jme3tools.navigation.NavCalculator
-
- computeLongDiff(double, double) - Static method in class jme3tools.navigation.NavCalculator
-
Computes the difference in Longitude between two positions and assigns the
correct sign -westwards travel, + eastwards travel
- computePosition(Position, double, double) - Static method in class jme3tools.navigation.NavCalculator
-
Computes the coordinate of position B relative to an offset given
a distance and an angle.
- context - Variable in class com.jme3.app.AppletHarness
-
- convert(BufferedImage, Image.Format, ByteBuffer) - Static method in class jme3tools.converters.ImageToAwt
-
Convert an AWT image to jME image.
- convert(Image, Image) - Static method in class jme3tools.converters.ImageToAwt
-
Convert the image from the given format to the output format.
- convert(Image, boolean, boolean, int) - Static method in class jme3tools.converters.ImageToAwt
-
- convertAwtKey(int) - Static method in class com.jme3.input.awt.AwtKeyInput
-
convertAwtKey converts AWT key codes to KeyInput key codes.
- convertCourse(float, Position, Position) - Static method in class jme3tools.navigation.NavCalculator
-
Converts a course from cardinal XddY to ddd notation
- convertJmeCode(int) - Static method in class com.jme3.input.awt.AwtKeyInput
-
convertJmeCode converts KeyInput key codes to AWT key codes.
- convertScreenShot(ByteBuffer, BufferedImage) - Static method in class com.jme3.util.Screenshots
-
Flips the image along the Y axis and converts BGRA to ABGR
- convertScreenShot2(IntBuffer, BufferedImage) - Static method in class com.jme3.util.Screenshots
-
- Coordinate - Class in jme3tools.navigation
-
Coordinate class.
- Coordinate(int, float, int, int) - Constructor for class jme3tools.navigation.Coordinate
-
Constructor
- Coordinate(double, int) - Constructor for class jme3tools.navigation.Coordinate
-
Constructor
- Coordinate(String) - Constructor for class jme3tools.navigation.Coordinate
-
This constructor takes a coordinate in the ALRS formats i.e
38∞31.64'N for lat, and 28∞19.12'W for long
Note: ALRS positions are occasionally written with the decimal minutes
apostrophe in the 'wrong' place and with a non CP1252 compliant decimal character.
- create(boolean) - Method in class com.jme3.system.awt.AwtPanelsContext
-
- createData(Image, boolean) - Static method in class jme3tools.converters.ImageToAwt
-
- createPanel(PaintMode) - Method in class com.jme3.system.awt.AwtPanelsContext
-
- createPanel(PaintMode, boolean) - Method in class com.jme3.system.awt.AwtPanelsContext
-
- CursorLoader - Class in com.jme3.cursors.plugins
-
Created Jun 5, 2012 9:45:58 AM
- CursorLoader() - Constructor for class com.jme3.cursors.plugins.CursorLoader
-
- GC - Static variable in class jme3tools.navigation.NavCalculator
-
- GCSailing - Class in jme3tools.navigation
-
A utility class to package up a great circle sailing.
- GCSailing(int[], float[]) - Constructor for class jme3tools.navigation.GCSailing
-
- generateMipMaps(Image) - Static method in class jme3tools.converters.MipMapGenerator
-
- getApplet(Application) - Static method in class com.jme3.app.AppletHarness
-
- getButtonCount() - Method in class com.jme3.input.awt.AwtMouseInput
-
- getCanvas() - Method in interface com.jme3.system.JmeCanvasContext
-
- getCentre() - Method in class jme3tools.navigation.MapModel2D
-
Returns the Position centre of the map
- getCentre() - Method in class jme3tools.navigation.MapModel3D
-
Returns the Position centre of the map.
- getCentreWu() - Method in class jme3tools.navigation.MapModel3D
-
Returns the WU (x,y,z) centre of the map.
- getCourse() - Method in class jme3tools.navigation.RLSailing
-
- getCourses() - Method in class jme3tools.navigation.GCSailing
-
- getDistance() - Method in class jme3tools.navigation.NavCalculator
-
Getter method for the distance between two points
- getDistancesNM() - Method in class jme3tools.navigation.GCSailing
-
- getDistNM() - Method in class jme3tools.navigation.RLSailing
-
- getExtractionFolder() - Static method in class com.jme3.system.NativeLibraryLoader
-
Returns the folder where native libraries will be extracted.
- getFile() - Method in class com.jme3.app.state.VideoRecorderAppState
-
- getFrameRate() - Method in class com.jme3.app.state.VideoRecorderAppState.IsoTimer
-
- getInputTimeNanos() - Method in class com.jme3.input.awt.AwtKeyInput
-
- getInputTimeNanos() - Method in class com.jme3.input.awt.AwtMouseInput
-
- getJarForNativeLibrary(Platform, String) - Static method in class com.jme3.system.NativeLibraryLoader
-
- getJarsWithNatives() - Static method in class com.jme3.system.NativeLibraryLoader
-
- getJoyInput() - Method in class com.jme3.system.awt.AwtPanelsContext
-
- getKeyCount() - Method in class com.jme3.input.awt.AwtKeyInput
-
- getKeyInput() - Method in class com.jme3.system.awt.AwtPanelsContext
-
- getLatitude() - Method in class jme3tools.navigation.Position
-
Return the position latitude in decimal format
- getLongitude() - Method in class jme3tools.navigation.Position
-
Return the position longitude in decimal format
- getMetersPerPixel() - Method in class jme3tools.navigation.MapModel2D
-
- getMetersPerWu() - Method in class jme3tools.navigation.MapModel3D
-
Returns the meters per WU.
- getMinHeight() - Method in class com.jme3.app.SettingsDialog
-
- getMinutesPerPixel() - Method in class jme3tools.navigation.MapModel2D
-
Returns the number of minutes there are per pixel
- getMinutesPerWu() - Method in class jme3tools.navigation.MapModel3D
-
Returns the number of minutes there are per WU.
- getMinWidth() - Method in class com.jme3.app.SettingsDialog
-
- getMouseInput() - Method in class com.jme3.system.awt.AwtPanelsContext
-
- getOpenCLContext() - Method in class com.jme3.system.awt.AwtPanelsContext
-
- getPixelCentre() - Method in class jme3tools.navigation.MapModel2D
-
Returns the pixel (x,y) centre of the map
- getPlatformAssetConfigURL() - Method in class com.jme3.system.JmeDesktopSystem
-
- getQuality() - Method in class com.jme3.app.state.VideoRecorderAppState
-
Get the quality used to compress the video images.
- getRenderer() - Method in class com.jme3.system.awt.AwtPanelsContext
-
- getResolution() - Method in class com.jme3.app.state.VideoRecorderAppState.IsoTimer
-
- getSettings() - Method in class com.jme3.system.awt.AwtPanelsContext
-
- getStrCourse() - Method in class jme3tools.navigation.NavCalculator
-
Getter method for the true course
- getTime() - Method in class com.jme3.app.state.VideoRecorderAppState.IsoTimer
-
- getTimePerFrame() - Method in class com.jme3.app.state.VideoRecorderAppState.IsoTimer
-
- getTimer() - Method in class com.jme3.system.awt.AwtPanelsContext
-
- getTouchInput() - Method in class com.jme3.system.awt.AwtPanelsContext
-
- getTrueCourse() - Method in class jme3tools.navigation.NavCalculator
-
Getter method for the true course
- getType() - Method in class com.jme3.system.awt.AwtPanelsContext
-
- getUserSelection() - Method in class com.jme3.app.SettingsDialog
-
- getViewportPixelHeight() - Method in class jme3tools.navigation.MapModel2D
-
Returns the height of the viewport in pixels
- getViewportPixelWidth() - Method in class jme3tools.navigation.MapModel2D
-
Returns the width of the viewport in pixels
- getWorldHeight() - Method in class jme3tools.navigation.MapModel3D
-
Returns the height of the viewport in pixels.
- getWorldWidth() - Method in class jme3tools.navigation.MapModel3D
-
Returns the width of the viewport in pixels.
- greatCircleSailing(Position, Position) - Method in class jme3tools.navigation.NavCalculator
-
Determines a great circle track between two positions
- PADDING - Static variable in class com.jme3.system.ErrorDialog
-
- padNum(long, int) - Method in class jme3tools.navigation.StringUtil
-
Right aligns a long number with spaces for printing
- padNum(int, int) - Method in class jme3tools.navigation.StringUtil
-
Right aligns an integer number with spaces for printing
- padNum(double, int, int) - Method in class jme3tools.navigation.StringUtil
-
Right aligns a double number with spaces for printing
- padNum(float, int, int) - Method in class jme3tools.navigation.StringUtil
-
Right aligns a float number with spaces for printing
- padNumZero(long, int) - Method in class jme3tools.navigation.StringUtil
-
Right aligns a long number with zeros for printing
- padNumZero(int, int) - Method in class jme3tools.navigation.StringUtil
-
Right aligns an integer number with zeros for printing
- padNumZero(double, int, int) - Method in class jme3tools.navigation.StringUtil
-
Right aligns a double number with zeros for printing
- padNumZero(float, int, int) - Method in class jme3tools.navigation.StringUtil
-
Right aligns a float number with zeros for printing
- padStringRight(String, int) - Method in class jme3tools.navigation.StringUtil
-
Right aligns a String with zeros for printing
- paint(Graphics) - Method in class com.jme3.system.awt.AwtPanel
-
- PaintMode - Enum in com.jme3.system.awt
-
- panels - Variable in class com.jme3.system.awt.AwtPanelsContext
-
- planeSailing(Position, Position) - Method in class jme3tools.navigation.NavCalculator
-
Calculate a plane sailing situation - i.e.
- Position - Class in jme3tools.navigation
-
This class represents the position of an entity in the world.
- Position(double, double) - Constructor for class jme3tools.navigation.Position
-
A new position expressed in decimal format
- Position(int, float, int, int, float, int) - Constructor for class jme3tools.navigation.Position
-
A new position expressed in DegMin format
- Position(String, String) - Constructor for class jme3tools.navigation.Position
-
A new position expressed in ALRS format
- Position(String, String, String, String, String) - Constructor for class jme3tools.navigation.Position
-
A new position expressed in NMEA GPS message format:
4807.038,N,01131.000,E
- postFrame(FrameBuffer) - Method in class com.jme3.system.awt.AwtPanel
-
- postQueue(RenderQueue) - Method in class com.jme3.system.awt.AwtPanel
-
- predictPosition(int, double, double, double, double) - Static method in class jme3tools.navigation.NavCalculator
-
Predicts the position of a target for a given time in the future
- preFrame(float) - Method in class com.jme3.system.awt.AwtPanel
-
- prettyNum(double) - Method in class jme3tools.navigation.StringUtil
-
Formats a double nicely for printing: THIS DOES NOT ROUND!!!!