public class JTSTestBuilder
extends java.lang.Object
Command Line Options
-geomfunc { <classname> } | Specifies classes whose public static methods will be loaded as geometry functions |
Modifier and Type | Field and Description |
---|---|
static JTSTestBuilder |
app |
private static CommandLine |
commandLine |
private static GeometryFunctionRegistry |
funcRegistry |
private static java.lang.String |
OPT_GEOMFUNC |
(package private) boolean |
packFrame |
private static java.lang.String |
PROP_SWING_DEFAULTLAF |
private TestBuilderModel |
tbModel |
Constructor and Description |
---|
JTSTestBuilder()
Construct the application
|
Modifier and Type | Method and Description |
---|---|
private static CommandLine |
createCmdLine() |
static GeometryFunctionRegistry |
getFunctionRegistry() |
static GeometryFactory |
getGeometryFactory() |
static PrecisionModel |
getPrecisionModel() |
private void |
initFrame() |
static JTSTestBuilder |
instance() |
static void |
main(java.lang.String[] args)
Main method
|
static TestBuilderModel |
model() |
private static void |
readArgs(java.lang.String[] args) |
private static void |
setLookAndFeel()
Sets the look and feel, using user-defined LAF if
provided as a system property.
|
private static final java.lang.String PROP_SWING_DEFAULTLAF
private static final java.lang.String OPT_GEOMFUNC
private static GeometryFunctionRegistry funcRegistry
private static CommandLine commandLine
public static JTSTestBuilder app
private TestBuilderModel tbModel
boolean packFrame
public static JTSTestBuilder instance()
public static TestBuilderModel model()
private static CommandLine createCmdLine()
public static GeometryFunctionRegistry getFunctionRegistry()
public static PrecisionModel getPrecisionModel()
public static GeometryFactory getGeometryFactory()
private void initFrame()
public static void main(java.lang.String[] args)
private static void setLookAndFeel() throws java.lang.InterruptedException, java.lang.reflect.InvocationTargetException
java.lang.InterruptedException
java.lang.reflect.InvocationTargetException
private static void readArgs(java.lang.String[] args) throws ParseException, java.lang.ClassNotFoundException
ParseException
java.lang.ClassNotFoundException