object Windswept
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Windswept
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- 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: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )