|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmapnik.Mapnik
public class Mapnik
Global management of the Mapnik installation
Constructor Summary | |
---|---|
Mapnik()
|
Method Summary | |
---|---|
static java.lang.String |
getInstalledFontsDir()
|
static java.lang.String |
getInstalledInputPluginsDir()
|
static java.util.List<java.lang.String> |
getLibrarySearchNames()
|
static java.util.List<java.lang.String> |
getLibrarySearchPath()
The library search path. |
static java.lang.String |
getLoadedLibrary()
If initialized, this is the full path of the loaded library |
static java.util.Map<java.lang.String,java.lang.Integer> |
getNativeAllocations()
Return a Map of Object type to allocation count of current active native allocations. |
static void |
initialize()
Equivilent to initialize(true). |
static void |
initialize(boolean register)
Initialize the mapnik library. |
static java.lang.CharSequence |
reportNativeAllocations()
Generate a brief textual report of outstanding native allocations |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Mapnik()
Method Detail |
---|
public static java.util.Map<java.lang.String,java.lang.Integer> getNativeAllocations()
public static java.lang.CharSequence reportNativeAllocations()
public static java.lang.String getLoadedLibrary()
public static java.util.List<java.lang.String> getLibrarySearchNames()
public static java.util.List<java.lang.String> getLibrarySearchPath()
public static void initialize(boolean register)
register
- If true, then also register input plugins and fontspublic static void initialize()
public static java.lang.String getInstalledFontsDir()
public static java.lang.String getInstalledInputPluginsDir()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |