| java.lang.Object org.jvnet.substance.button.BaseButtonShaper org.jvnet.substance.shaperpack.button.BasePolygonShaper
All known Subclasses: org.jvnet.substance.shaperpack.button.RhinoButtonShaper, org.jvnet.substance.shaperpack.button.IceCreamButtonShaper, org.jvnet.substance.shaperpack.button.RaceCarButtonShaper, org.jvnet.substance.shaperpack.button.FootButtonShaper, org.jvnet.substance.shaperpack.button.DolphinButtonShaper, org.jvnet.substance.shaperpack.button.FishButtonShaper, org.jvnet.substance.shaperpack.button.StegosaurusButtonShaper, org.jvnet.substance.shaperpack.button.ButterflyButtonShaper,
Constructor Summary | |
public | BasePolygonShaper(String resourceName, double topCoef, double leftCoef, double bottomCoef, double rightCoef) |
bottomCoef | protected double bottomCoef(Code) | | |
leftCoef | protected double leftCoef(Code) | | |
rightCoef | protected double rightCoef(Code) | | |
topCoef | protected double topCoef(Code) | | |
BasePolygonShaper | public BasePolygonShaper(String resourceName, double topCoef, double leftCoef, double bottomCoef, double rightCoef)(Code) | | |
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)
|
|
|