public class Render extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Render.RenderChunk |
Modifier and Type | Field and Description |
---|---|
static int |
coordsPerRenderIconVertex |
static int |
coordsPerRenderLabelVertex |
static int |
coordsPerRenderLineVertex |
static int |
coordsPerRenderTriangleVertex |
static int |
floatsPerRenderLibrary |
static int |
intsPerRenderGroup |
static int |
longsPerRenderChunk |
static String |
renderCharsetFilename |
static String |
renderChunksFilename |
static String |
renderConfigFilename |
static String |
renderCoveragesFilename |
static String |
renderCursorFilename |
static String |
renderFormatVersion |
static String |
renderGroupsFilename |
static String |
renderLabelCharsFilename |
static String |
renderLabelLengthsFilename |
static String |
renderLibrariesFilename |
static String |
renderMutexFilename |
static String |
renderVerticesFilename |
Constructor and Description |
---|
Render() |
Modifier and Type | Method and Description |
---|---|
static Charset |
readRenderCharset(File renderDir) |
static List<Render.RenderChunk> |
readRenderChunks(LongBuffer chunksBuf,
List<DncLibrary> libraries,
List<DncCoverage> coverages) |
static String |
readRenderConfig(File renderDir,
Charset charset) |
static List<DncCoverage> |
readRenderCoveragesFile(File file,
Charset charset) |
static List<DncLibrary> |
readRenderLibrariesFile(File file,
Charset charset) |
static void |
writeRenderCharset(File renderDir,
Charset charset) |
static void |
writeRenderConfig(File renderDir,
String configString,
Charset charset) |
public static final String renderFormatVersion
public static final String renderCharsetFilename
public static final String renderConfigFilename
public static final String renderLibrariesFilename
public static final String renderCoveragesFilename
public static final String renderMutexFilename
public static final String renderCursorFilename
public static final String renderChunksFilename
public static final String renderGroupsFilename
public static final String renderLabelCharsFilename
public static final String renderLabelLengthsFilename
public static final String renderVerticesFilename
public static final int longsPerRenderChunk
public static final int intsPerRenderGroup
public static final int floatsPerRenderLibrary
public static final int coordsPerRenderTriangleVertex
public static final int coordsPerRenderLineVertex
public static final int coordsPerRenderIconVertex
public static final int coordsPerRenderLabelVertex
public static Charset readRenderCharset(File renderDir) throws IOException
IOException
public static void writeRenderCharset(File renderDir, Charset charset) throws IOException
IOException
public static String readRenderConfig(File renderDir, Charset charset) throws IOException
IOException
public static void writeRenderConfig(File renderDir, String configString, Charset charset) throws IOException
IOException
public static List<DncLibrary> readRenderLibrariesFile(File file, Charset charset) throws IOException
IOException
public static List<DncCoverage> readRenderCoveragesFile(File file, Charset charset) throws IOException
IOException
public static List<Render.RenderChunk> readRenderChunks(LongBuffer chunksBuf, List<DncLibrary> libraries, List<DncCoverage> coverages)
Copyright © 2016 Metron, Inc.. All rights reserved.