object PenImage extends ProductReader[PenImage] with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PenImage
- Serializable
- ProductReader
- 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 val Clear: Int(1)
Cr = 0
- final val Dst: Int(9)
Cr = Cd
Cr = Cd
Same as
DstOver
- final val DstAcc: Int(12)
Cr = Cd _op_ Cs
Cr = Cd _op_ Cs
Like
SrcAcc
but swapped operands. - final val DstAtop: Int(11)
Cr = Cd*As
Cr = Cd*As
Same as
DstIn
- final val DstIn: Int(6)
Cr = Cd*As
Cr = Cd*As
Same as
DstAtop
- final val DstOut: Int(8)
Cr = Cd*(1-As)
- final val DstOver: Int(4)
Cr = Cd
Cr = Cd
Same as
Dst
- final val RuleMax: Int(12)
- final val RuleMin: Int(1)
- final val Src: Int(2)
Cr = Cs
Cr = Cs
Same as
SrcIn
- final val SrcAcc: Int(7)
Cr = Cs _op_ Cd
Cr = Cs _op_ Cd
Like
DstAcc
but swapped operands. - final val SrcAtop: Int(10)
Cr = Cd*(1-As) _op_ Cs
Cr = Cd*(1-As) _op_ Cs
Like
SrcOver
but swapped operands. - final val SrcIn: Int(5)
Cr = Cs
Cr = Cs
Same as
Src
- final val SrcOver: Int(3)
Cr = Cs _op_ Cd*(1-As)
Cr = Cs _op_ Cd*(1-As)
Like
SrcAtop
but swapped operands. - 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
- 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()
- def read(in: RefMapIn, key: String, arity: Int, adj: Int): PenImage
- Definition Classes
- PenImage → ProductReader
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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