object Windswept
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Windswept
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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
- 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()
- val columnFour: Random[Image]
- val columnOne: Random[Image]
- val columnThree: Random[Image]
- val columnTwo: Random[Image]
- val emeraldGreen: Random[Color]
- val emeraldSquare: Random[Image]
- 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()
- def image: Image
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val leafGreen: Random[Color]
- val leafSquare: Random[Image]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def normalPoint(point: Point, stdDev: Double = 50): Random[Point]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val pattern: Random[Image]
- def randomBezier(cp1: Point, cp2: Point, end: Point, stdDev: Double): Random[BezierCurveTo]
- def randomColor(meanHue: Angle): Free[RandomOp, Color]
- def randomColumn(one: Random[Image], two: Random[Image], three: Random[Image], four: Random[Image], five: Random[Image]): Random[Image]
- def randomPoint(x: Random[Double], y: Random[Double]): Random[Point]
- def randomSquare(fill: Random[Color]): Random[Image]
- val singleRepeat: Random[Image]
- def square(fill: Color): Image
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tendril: Random[Image]
- val tendrils: Random[Image]
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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
- Deprecated
(Since version ) see corresponding Javadoc for more information.