BitSetPixellator
, Drawing
, PointArrayPixellator
, TranslatedPixellator
public interface Pixellator
Modifier and Type | Method | Description |
---|---|---|
java.awt.Rectangle |
getBounds() |
Returns a copy of the bounding rectangle for this pixellator.
|
int |
getX() |
Returns the X value for the current point.
|
int |
getY() |
Returns the Y value for the current point.
|
boolean |
next() |
Moves to the next point in the sequence.
|
void |
start() |
Makes this object ready to iterate.
|
java.awt.Rectangle getBounds()
null
may be returned.void start()
next()
.boolean next()
getX()
/getY()
. Returns value indicates whether
there is a next point.int getX()
int getY()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.