public class CommonObjectFactory
extends java.lang.Object
| Constructor and Description |
|---|
CommonObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ILookupTable |
createLinearLine()
create a LinearLine object
|
static ILookupTable |
createLookupTable(ILookupTable.Type type)
create a ILookupTable object
|
static ILookupTable |
createSplineCurve(double[] xAry,
double[] yAry)
create a SplineCurve object
|
static ILookupTable |
createSplineCurve(java.util.List<Vector_xy> list)
create a SplineCurve object
|
static ILookupTable |
createSplineCurve(java.util.List<Vector_xy> list,
boolean inverse)
create a SplineCurve object
|
public static ILookupTable createLookupTable(ILookupTable.Type type)
public static ILookupTable createLinearLine()
public static ILookupTable createSplineCurve(double[] xAry, double[] yAry) throws InterpssException
InterpssExceptionpublic static ILookupTable createSplineCurve(java.util.List<Vector_xy> list, boolean inverse)
public static ILookupTable createSplineCurve(java.util.List<Vector_xy> list)