|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbitmaps.PixelPair
public class PixelPair
| Field Summary | |
|---|---|
protected Pixel |
a
|
protected Pixel |
b
|
| Constructor Summary | |
|---|---|
PixelPair(Pixel a,
Pixel b)
Creates a new pixel pair from the two specified pixels. |
|
| Method Summary | |
|---|---|
static int |
floorDiv(int a,
int b)
Performs a floor division of a by b, returning the largest integer less than or equal to the result of their division. |
Pixel |
getA()
|
Pixel |
getB()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Pixel a
protected Pixel b
| Constructor Detail |
|---|
public PixelPair(Pixel a,
Pixel b)
a - b - | Method Detail |
|---|
public static int floorDiv(int a,
int b)
a - b -
public Pixel getA()
public Pixel getB()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||