| java.lang.Object org.netbeans.swing.tabcontrol.plaf.ChicletWrapper
ChicletWrapper | public class ChicletWrapper implements Runnable(Code) | | GenericGlowingChiclet works nicely to draw Aqua-style decorations, but is a bit
slow. In particular, Area.pruneEdges() is not cheap, but is heavily used to divide
the geometry.
This wrapper class provides a cache of bitmaps painted by GenericGlowingChiclet,
timestamped against the last
time they were used, and occasionally prunes not recently used bitmaps.
author: Tim Boudreau |
drawCount | static int drawCount(Code) | | |
setAllowVertical | public void setAllowVertical(boolean b)(Code) | | |
setArcs | public void setArcs(float a, float b, float c, float d)(Code) | | |
setBounds | public void setBounds(int x, int y, int w, int h)(Code) | | |
setNotch | public void setNotch(boolean right, boolean left)(Code) | | |
setState | public void setState(int state)(Code) | | |
|
|