object FunGraphics
Factory for FunGraphics.
- Alphabetic
- By Inheritance
- FunGraphics
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(width: Int, height: Int): FunGraphics
Creates a FunGraphics window
Creates a FunGraphics window
- width
Width of the window
- height
Height of the window
- returns
the window
- def apply(width: Int, height: Int, title: String): FunGraphics
Creates a FunGraphics window
Creates a FunGraphics window
- width
Width of the window
- height
Height of the window
- title
Title of the window
- returns
the window
- def apply(width: Int, height: Int, title: String, high_quality: Boolean): FunGraphics
Creates a FunGraphics window
Creates a FunGraphics window
- width
Width of the window
- height
Height of the window
- title
Title of the window
- high_quality
Use high quality rendering
- returns
the window
- def apply(width: Int, height: Int, xoffset: Int, yoffset: Int, title: String, high_quality: Boolean): FunGraphics
Creates a FunGraphics window
Creates a FunGraphics window
- width
Width of the window
- height
Height of the window
- xoffset
X-Position of the window on the screen
- yoffset
Y-Position of the window on the screen
- title
Title of the window
- high_quality
Use high quality rendering
- returns
the window
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def main(args: Array[String]): Unit
Graphical demo/test of the library.
Graphical demo/test of the library.
- args
unused
- var major: Int
- var minor: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def version: String
Get the version of the library
Get the version of the library
- returns
A String containing the version
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated