Class NurbsLibrary
java.lang.Object
com.tempestasludi.processing.nurbs.NurbsLibrary
This is a template class and can be used to start a new processing Library.
Make sure you rename this class as well as the name of the example package 'template'
to your own Library naming convention.
(the tag example followed by the name of an example included in folder 'examples' will
automatically include the example in the javadoc.)
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNurbsLibrary
(PApplet theParent) a Constructor, usually called in the setup() method in your sketch to initialize and start the Library. -
Method Summary
Modifier and TypeMethodDescriptionint
sayHello()
void
setVariable
(int theA, int theB) static String
version()
return the version of the Library.
-
Field Details
-
VERSION
- See Also:
-
-
Constructor Details
-
NurbsLibrary
a Constructor, usually called in the setup() method in your sketch to initialize and start the Library.- Parameters:
theParent
- the parent PApplet
-
-
Method Details
-
sayHello
-
version
return the version of the Library.- Returns:
- String
-
setVariable
public void setVariable(int theA, int theB) - Parameters:
theA
- the width of testtheB
- the height of test
-
getVariable
public int getVariable()- Returns:
- int
-