Index

C D G I L M O P R S T 
All Classes and Interfaces|All Packages|Constant Field Values

C

cleanUpTempFiles() - Method in interface org.gvsig.compat.net.Downloader
Cleans every temporal file previously downloaded.
compare(String, String, boolean) - Method in interface org.gvsig.compat.lang.StringUtils
Compares two Strings, maybe taking into account the current locale.
CompatLibrary - Class in org.gvsig.compat
Initialization of the libCompat library.
CompatLibrary() - Constructor for class org.gvsig.compat.CompatLibrary
 
CompatLocator - Class in org.gvsig.compat
Locator for the libCompat Library.
CompatLocator() - Constructor for class org.gvsig.compat.CompatLocator
 
copyBufferedImage(BufferedImage) - Method in interface org.gvsig.compat.lang.GraphicsUtils
Produces a copy of a buffered image with the same graphic content (pixel color)
createBufferedImage(int, int, int) - Method in interface org.gvsig.compat.lang.GraphicsUtils
Create a buffered Image of the given size and type.
createPrintAttributes() - Method in interface org.gvsig.compat.lang.GraphicsUtils
Creates an object that implements the PrintAttributes interface with default/trivial values.

D

deriveFont(Font, float) - Method in interface org.gvsig.compat.lang.GraphicsUtils
Returns an istance of Font which is the same as the one provided except for the size.
doInitialize() - Method in class org.gvsig.compat.CompatLibrary
 
doPostInitialize() - Method in class org.gvsig.compat.CompatLibrary
 
doRegistration() - Method in class org.gvsig.compat.CompatLibrary
 
Downloader - Interface in org.gvsig.compat.net
 
DOWNLOADER_DESCRIPTION - Static variable in class org.gvsig.compat.CompatLocator
 
DOWNLOADER_NAME - Static variable in class org.gvsig.compat.CompatLocator
The name and the description for the Downloader reference.
downloadFile(URL, String, String, ICancellable) - Method in interface org.gvsig.compat.net.Downloader
Downloads a URL using the HTTP Post protocol
downloadFile(URL, String, String, ICancellable, int) - Method in interface org.gvsig.compat.net.Downloader
 
downloadFile(URL, String, ContentType, String, String, ICancellable) - Method in interface org.gvsig.compat.net.Downloader
 
downloadFile(URL, String, ContentType, String, String, ICancellable, int) - Method in interface org.gvsig.compat.net.Downloader
 
downloadFile(URL, String, ContentType, String, String, ICancellable, int, boolean) - Method in interface org.gvsig.compat.net.Downloader
 
downloadFile(URL, String, ICancellable) - Method in interface org.gvsig.compat.net.Downloader
Downloads an URL into a temporary file that is removed the next time the tempFileManager class is called, which means the next time gvSIG is launched.
DUMB - Static variable in interface org.gvsig.compat.net.ICancellable
 

G

getDownloader() - Static method in class org.gvsig.compat.CompatLocator
Return a reference to GraphicsUtils.
getGraphicsUtils() - Static method in class org.gvsig.compat.CompatLocator
Return a reference to GraphicsUtils.
getID() - Method in interface org.gvsig.compat.net.ICancellable
Used to cancel only a group of downloads tasks with the same identifier.
getInstance() - Static method in class org.gvsig.compat.CompatLocator
Return the singleton instance.
getMathUtils() - Static method in class org.gvsig.compat.CompatLocator
Return a reference to MathUtils.
getPrintQuality() - Method in interface org.gvsig.compat.print.PrintAttributes
Gets the print quality value for this object.
getScreenDPI() - Method in interface org.gvsig.compat.lang.GraphicsUtils
Returns device screen DPI (dots per inch)
getStringUtils() - Static method in class org.gvsig.compat.CompatLocator
Return a reference to StringUtils.
GraphicsUtils - Interface in org.gvsig.compat.lang
Multi-platform graphic utils interface.
GRAPHICSUTILS_NAME - Static variable in class org.gvsig.compat.CompatLocator
 

I

ICancellable - Interface in org.gvsig.compat.net
When a task is accessing to remote data, takes an indeterminate time, and occasionally gets locked.
isCanceled() - Method in interface org.gvsig.compat.net.ICancellable
Returns true if a download or a group of downloads tasks has been canceled.

L

log10(double) - Method in interface org.gvsig.compat.lang.MathUtils
Compatible implementation of the Math.log10(double) method.

M

MathUtils - Interface in org.gvsig.compat.lang
Math Utilities used for Java SE-ME compatibility.
MATHUTILS_NAME - Static variable in class org.gvsig.compat.CompatLocator
The name of the MathUtils reference.

O

org.gvsig.compat - package org.gvsig.compat
 
org.gvsig.compat.lang - package org.gvsig.compat.lang
 
org.gvsig.compat.net - package org.gvsig.compat.net
 
org.gvsig.compat.print - package org.gvsig.compat.print
 

P

PRINT_QUALITY_DPI - Static variable in interface org.gvsig.compat.print.PrintAttributes
DPI standard values associated with indices
PRINT_QUALITY_DRAFT - Static variable in interface org.gvsig.compat.print.PrintAttributes
Constant to indicate a poor printing quality (useful for drafts, etc)
PRINT_QUALITY_HIGH - Static variable in interface org.gvsig.compat.print.PrintAttributes
Constant to indicate a high printing quality
PRINT_QUALITY_NORMAL - Static variable in interface org.gvsig.compat.print.PrintAttributes
Constant to indicate a normal printing quality
PrintAttributes - Interface in org.gvsig.compat.print
Multi-platform interface to store print attributes.

R

registerDownloader(Class) - Static method in class org.gvsig.compat.CompatLocator
Registers the Class implementing the GraphicsUtils interface.
registerGraphicsUtils(Class) - Static method in class org.gvsig.compat.CompatLocator
Registers the Class implementing the GraphicsUtils interface.
registerMathUtils(Class) - Static method in class org.gvsig.compat.CompatLocator
Registers the Class implementing the MathUtils interface.
registerStringUtils(Class) - Static method in class org.gvsig.compat.CompatLocator
Registers the Class implementing the StringUtils interface.
removeURL(Object) - Method in interface org.gvsig.compat.net.Downloader
 
removeURL(URL) - Method in interface org.gvsig.compat.net.Downloader
 
replaceAll(String, String, String) - Method in interface org.gvsig.compat.lang.StringUtils
Compatible implementation of the String.replaceAll(regexp, replacement) method.
replaceFirst(String, String, String) - Method in interface org.gvsig.compat.lang.StringUtils
Compatible implementation of the String.replaceFirst(regexp, replacement) method.

S

setPrintQuality(int) - Method in interface org.gvsig.compat.print.PrintAttributes
Sets the print quality value for this object.
setRenderingHintsForDrawing(Graphics2D) - Method in interface org.gvsig.compat.lang.GraphicsUtils
Sets the rendering hints to the Graphics2D object in a way that is suitable for drawing.
setRenderingHintsForPrinting(Graphics2D) - Method in interface org.gvsig.compat.lang.GraphicsUtils
Sets the rendering hints to the Graphics2D object in a way that is suitable for printing.
split(String, String) - Method in interface org.gvsig.compat.lang.StringUtils
Compatible implementation of the String.split(regexp) method.
split(String, String, int) - Method in interface org.gvsig.compat.lang.StringUtils
Compatible implementation of the String.split(regexp, limit) method.
StringUtils - Interface in org.gvsig.compat.lang
String Utilities used for Java SE-ME compatibility.
STRINGUTILS_NAME - Static variable in class org.gvsig.compat.CompatLocator
The name of the StringUtils reference.

T

translate(Graphics2D, double, double) - Method in interface org.gvsig.compat.lang.GraphicsUtils
Adds a translation operation to the Graphics2D object's transformation matrix.
C D G I L M O P R S T 
All Classes and Interfaces|All Packages|Constant Field Values