public interface Picture
Icon
, but intended for
use in contexts which may be headless.Modifier and Type | Method and Description |
---|---|
int |
getPictureHeight()
Get vertical extent.
|
int |
getPictureWidth()
Get horizontal extent.
|
void |
paintPicture(Graphics2D g2)
Paint the content of this painting on the given graphics context.
|
int getPictureWidth()
int getPictureHeight()
void paintPicture(Graphics2D g2) throws IOException
g2
- graphics contextIOException
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.