Package | Description |
---|---|
com.sun.electric.tool.user.redisplay |
Modifier and Type | Class and Description |
---|---|
class |
EmptyPatternedOutlinedTransparentRaster |
Modifier and Type | Method and Description |
---|---|
void |
TransparentRaster.copyBits(TransparentRaster src,
int minSrcX,
int maxSrcX,
int minSrcY,
int maxSrcY,
int dx,
int dy) |
void |
ERaster.copyBits(TransparentRaster src,
int minSrcX,
int maxSrcX,
int minSrcY,
int maxSrcY,
int dx,
int dy)
Method to copy bits from rectangle of source TransparentRaster to thus ERaster.
|