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 = CdCr = CdSame as
DstOver - final val DstAcc: Int(12)
Cr = Cd _op_ CsCr = Cd _op_ CsLike
SrcAccbut swapped operands. - final val DstAtop: Int(11)
Cr = Cd*AsCr = Cd*AsSame as
DstIn - final val DstIn: Int(6)
Cr = Cd*AsCr = Cd*AsSame as
DstAtop - final val DstOut: Int(8)
Cr = Cd*(1-As) - final val DstOver: Int(4)
Cr = CdCr = CdSame as
Dst - final val RuleMax: Int(12)
- final val RuleMin: Int(1)
- final val Src: Int(2)
Cr = CsCr = CsSame as
SrcIn - final val SrcAcc: Int(7)
Cr = Cs _op_ CdCr = Cs _op_ CdLike
DstAccbut swapped operands. - final val SrcAtop: Int(10)
Cr = Cd*(1-As) _op_ CsCr = Cd*(1-As) _op_ CsLike
SrcOverbut swapped operands. - final val SrcIn: Int(5)
Cr = CsCr = CsSame as
Src - final val SrcOver: Int(3)
Cr = Cs _op_ Cd*(1-As)Cr = Cs _op_ Cd*(1-As)Like
SrcAtopbut 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
- Deprecated