public class EmptyPatternedOutlinedTransparentRaster extends TransparentRaster
Modifier and Type | Method and Description |
---|---|
void |
fillBox(int lX,
int hX,
int lY,
int hY)
Method to fill a box [lX,hX] x [lY,hY].
|
void |
fillHorLine(int y,
int lX,
int hX)
Method to fill a horizontal scanline [lX,hX] x [y].
|
void |
fillPoint(int x,
int y)
Method to fill a point.
|
void |
fillVerLine(int x,
int lY,
int hY)
Method to fill a vertical scanline [x] x [lY,hY].
|
EGraphics.Outline |
getOutline()
Method to return Electric Outline style for this ERaster.
|
copyBits, drawHorLine, drawPoint, drawVerLine, eraseAll, eraseBox
public void fillBox(int lX, int hX, int lY, int hY)
ERaster
fillBox
in interface ERaster
fillBox
in class TransparentRaster
lX
- left X coordinatehX
- right X coordinatelY
- top Y coordinatehY
- bottom Y coordinatepublic void fillHorLine(int y, int lX, int hX)
ERaster
fillHorLine
in interface ERaster
fillHorLine
in class TransparentRaster
y
- Y coordinatelX
- left X coordinatehX
- right X coordinatepublic void fillVerLine(int x, int lY, int hY)
ERaster
fillVerLine
in interface ERaster
fillVerLine
in class TransparentRaster
x
- X coordinatelY
- top Y coordinatehY
- bottom Y coordinatepublic void fillPoint(int x, int y)
ERaster
fillPoint
in interface ERaster
fillPoint
in class TransparentRaster
x
- X coordinatey
- Y coordinatepublic EGraphics.Outline getOutline()
ERaster
getOutline
in interface ERaster
getOutline
in class TransparentRaster