CPPosPixel
org.cosplay.CPPosPixel
final case class CPPosPixel(px: CPPixel, x: Int, y: Int) extends Ordered[CPPosPixel], Serializable
Immutable container for pixel and its XY-coordinate.
Value parameters
- px
-
Pixel.
- x
-
Pixel X-coordinate.
- y
-
Pixel Y-coordinate.
Attributes
- See also
- Source
- CPPosPixel.scala
- Graph
-
- Supertypes
-
trait Producttrait Equalstrait Serializabletrait Ordered[CPPosPixel]trait Comparable[CPPosPixel]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
Ordered
- Source
- CPPosPixel.scala
Attributes
- Source
- CPPosPixel.scala
Attributes
- Source
- CPPosPixel.scala
Attributes
- Source
- CPPosPixel.scala
Attributes
- Source
- CPPosPixel.scala
Attributes
- Source
- CPPosPixel.scala
Attributes
- Source
- CPPosPixel.scala
Attributes
- Source
- CPPosPixel.scala
Attributes
- Source
- CPPosPixel.scala
Attributes
- Source
- CPPosPixel.scala
Attributes
- Source
- CPPosPixel.scala
Attributes
- Source
- CPPosPixel.scala
Attributes
- Source
- CPPosPixel.scala
Attributes
- Source
- CPPosPixel.scala
Attributes
- Source
- CPPosPixel.scala
Attributes
- Source
- CPPosPixel.scala
Inherited methods
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
Attributes
- Source
- CPPosPixel.scala
Attributes
- Source
- CPPosPixel.scala
Attributes
- Source
- CPPosPixel.scala
Attributes
- Source
- CPPosPixel.scala
Attributes
- Source
- CPPosPixel.scala
Attributes
- Source
- CPPosPixel.scala
In this article