com.jogamp.gluegen.opengl
Class BuildComposablePipeline
java.lang.Object
com.jogamp.gluegen.opengl.BuildComposablePipeline
public class BuildComposablePipeline
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GEN_DEBUG
public static final int GEN_DEBUG
- See Also:
- Constant Field Values
GEN_TRACE
public static final int GEN_TRACE
- See Also:
- Constant Field Values
GEN_CUSTOM
public static final int GEN_CUSTOM
- See Also:
- Constant Field Values
GEN_PROLOG_XOR_DOWNSTREAM
public static final int GEN_PROLOG_XOR_DOWNSTREAM
- See Also:
- Constant Field Values
BuildComposablePipeline
protected BuildComposablePipeline(int mode,
String outputDir,
String outputPackage,
String outputName,
Class<?> classToComposeAround,
Class<?> classPrologOpt,
Class<?> classDownstream)
getClass
public static Class<?> getClass(String name)
getMethod
public static Method getMethod(Class<?> clazz,
Method m)
main
public static void main(String[] args)
emit
public void emit()
throws IOException
- Emit the java source code for the classes that comprise the composable
pipeline.
- Throws:
IOException
getPackageName
public static String getPackageName(String clazzName)
getBaseClassName
public static String getBaseClassName(String clazzName)
printFunctionCallString
public static final void printFunctionCallString(PrintWriter output,
Method m)
Copyright 2010 JogAmp Community.