java.lang.Object | |
↳ | sun.java2d.pisces.PiscesTileGenerator |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | TILE_SIZE |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Disposes this tile generator.
| |||||||||||
Gets the alpha coverage values for the current tile.
| |||||||||||
Gets the height of the tiles that the generator batches output into.
| |||||||||||
Gets the width of the tiles that the generator batches output into.
| |||||||||||
Gets the typical alpha value that will characterize the current
tile.
| |||||||||||
Skips the current tile and moves on to the next tile.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Disposes this tile generator. No further calls will be made on this instance.
Gets the alpha coverage values for the current tile. Either this method, or the nextTile() method should be called once per tile, but not both.
Gets the height of the tiles that the generator batches output into.
Gets the width of the tiles that the generator batches output into.
Gets the typical alpha value that will characterize the current tile. The answer may be 0x00 to indicate that the current tile has no coverage in any of its pixels, or it may be 0xff to indicate that the current tile is completely covered by the path, or any other value to indicate non-trivial coverage cases.
Skips the current tile and moves on to the next tile. Either this method, or the getAlpha() method should be called once per tile, but not both.