API Overview
API Index
Package Overview
Direct link to this page
JavaOnTracks 0.1.2
net.jot.image.
JOTAbstractPixel
View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
Object
JOTAbstractPixel
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class JOTAbstractPixel
Represent the (color) data for a pixel (RGBA)
See also:
Constructors
public
JOTAbstractPixel
(
int
red,
int
green,
int
blue,
int
alpha)
Methods
Hide/Show inherited methods
pack-private
void
asByteArray
()
public
boolean
equals
(
Object
comp)
Compares two pixels (macthing color)
Compares two pixels (macthing color)
Returns:
Parameters:
-
comp
-
public
int
getAlpha
()
public
int
getBlue
()
public
int
getGreen
()
public
int
getRed
()
public
int
hashCode
()
public
void
setAlpha
(
int
alpha)
public
void
setBlue
(
int
blue)
public
void
setGreen
(
int
green)
public
void
setRed
(
int
red)
Fields
Hide/Show inherited fields
pack-private
int
alpha
pack-private
int
blue
pack-private
int
green
pack-private
int
red
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.5 ©Thibaut Colar