Modifier and Type | Field and Description |
---|---|
pack-priv static final int | |
pack-priv static final int | |
pack-priv static final int | |
private Color | |
private Color | |
private Object[] | |
private AbstractRegionPainter. | |
private Ellipse2D | |
private Path2D | |
private Rectangle2D | |
private RoundRectangle2D | |
private int |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
private Path2D | |
private Rectangle2D | |
private Rectangle2D | |
private Rectangle2D | |
private Rectangle2D | |
protected void | doPaint(Graphics2D
The Graphics2D surface to paint to g, JComponent The JComponent related to the drawing event. For example, if the
region being rendered is Button, then c, int c will be a
JButton. If the region being drawn is ScrollBarSlider, then the
component will be JScrollBar. This value may be null.The width of the region to paint. Note that in the case of
painting the foreground, this value may differ from c.getWidth(). width, int The height of the region to paint. Note that in the case of
painting the foreground, this value may differ from c.getHeight(). height, Object[] The result of the call to getExtendedCacheKeys() extendedCacheKeys)Implements abstract javax. |
protected final AbstractRegionPainter. | getPaintContext()
Implements abstract javax. Gets the PaintContext for this painting operation. |
private void | |
private void |
BACKGROUND_ENABLED | back to summary |
---|---|
pack-priv static final int BACKGROUND_ENABLED |
BORDER_ENABLED | back to summary |
---|---|
pack-priv static final int BORDER_ENABLED |
BORDER_ENABLED_FOCUSED | back to summary |
---|---|
pack-priv static final int BORDER_ENABLED_FOCUSED |
color1 | back to summary |
---|---|
private Color color1 |
color2 | back to summary |
---|---|
private Color color2 |
componentColors | back to summary |
---|---|
private Object[] componentColors |
ctx | back to summary |
---|---|
private AbstractRegionPainter. |
ellipse | back to summary |
---|---|
private Ellipse2D ellipse |
path | back to summary |
---|---|
private Path2D path |
rect | back to summary |
---|---|
private Rectangle2D rect |
roundRect | back to summary |
---|---|
private RoundRectangle2D roundRect |
state | back to summary |
---|---|
private int state |
ScrollPanePainter | back to summary |
---|---|
public ScrollPanePainter(AbstractRegionPainter. |
decodePath1 | back to summary |
---|---|
private Path2D decodePath1() |
decodeRect1 | back to summary |
---|---|
private Rectangle2D decodeRect1() |
decodeRect2 | back to summary |
---|---|
private Rectangle2D decodeRect2() |
decodeRect3 | back to summary |
---|---|
private Rectangle2D decodeRect3() |
decodeRect4 | back to summary |
---|---|
private Rectangle2D decodeRect4() |
doPaint | back to summary |
---|---|
protected void doPaint(Graphics2D g, JComponent c, int width, int height, Object[] extendedCacheKeys) Implements abstract javax. Doc from javax. Actually performs the painting operation. Subclasses must implement this method.
The graphics object passed may represent the actual surface being rendered to,
or it may be an intermediate buffer. It has also been pre-translated. Simply render
the component as if it were located at 0, 0 and had a width of
|
getPaintContext | back to summary |
---|---|
protected final AbstractRegionPainter. Implements abstract javax. Doc from javax. Gets the PaintContext for this painting operation. This method is called on every paint, and so should be fast and produce no garbage. The PaintContext contains information such as cache hints. It also contains data necessary for decoding points at runtime, such as the stretching insets, the canvas size at which the encoded points were defined, and whether the stretching insets are inverted. This method allows for subclasses to package the painting of different states with possibly different canvas sizes, etc, into one AbstractRegionPainter implementation.
|
paintBorderEnabled | back to summary |
---|---|
private void paintBorderEnabled(Graphics2D g) |
paintBorderEnabledAndFocused | back to summary |
---|---|
private void paintBorderEnabledAndFocused(Graphics2D g) |