| java.lang.Object org.jvnet.substance.button.BaseButtonShaper org.jvnet.substance.button.ClassicButtonShaper
ClassicButtonShaper | public class ClassicButtonShaper extends BaseButtonShaper implements RectangularButtonShaper(Code) | | Button shaper that returns rectangular buttons with slightly rounded corners
(ala Windows XP). This class is part of officially supported API.
author: Kirill Grouchnikov |
isProportionate | public boolean isProportionate()(Code) | | |
Methods inherited from org.jvnet.substance.button.BaseButtonShaper | public static GeneralPath getBaseOutline(AbstractButton button, float radius, Set<Side> straightSides)(Code)(Java Doc) public static GeneralPath getBaseOutline(int width, int height, float radius, Set<Side> straightSides)(Code)(Java Doc) public static GeneralPath getBaseOutline(int width, int height, float radius, Set<Side> straightSides, int insets)(Code)(Java Doc) public static GeneralPath getBaseOutline(int width, int height, float radius, Set<Side> straightSides, Insets insets)(Code)(Java Doc) public GeneralPath getButtonOutline(AbstractButton button, Insets insets)(Code)(Java Doc) public GeneralPath getButtonOutline(AbstractButton button)(Code)(Java Doc) public static GeneralPath getTriangleButtonOutline(int width, int height, float radius, int insets)(Code)(Java Doc) public static GeneralPath getTriangleButtonOutline(int width, int height, float radius, Insets insets)(Code)(Java Doc)
|
|
|