|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvnet.substance.shaper.BaseButtonShaper
public abstract class BaseButtonShaper
Base button shaper. This class is for internal use only.
| Constructor Summary | |
|---|---|
BaseButtonShaper()
|
|
| Method Summary | |
|---|---|
java.awt.geom.GeneralPath |
getButtonOutline(javax.swing.AbstractButton button)
Returns the outline path for the specified control. |
java.awt.geom.GeneralPath |
getButtonOutline(javax.swing.AbstractButton button,
java.awt.Insets insets)
Returns the outline path for the specified button. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jvnet.substance.shaper.SubstanceButtonShaper |
|---|
getButtonBorder, getButtonOutline, getDisplayName, getPreferredSize, isProportionate |
| Constructor Detail |
|---|
public BaseButtonShaper()
| Method Detail |
|---|
public java.awt.geom.GeneralPath getButtonOutline(javax.swing.AbstractButton button,
java.awt.Insets insets)
SubstanceButtonShaper
getButtonOutline in interface SubstanceButtonShaperbutton - A button.insets - Button insets.
public java.awt.geom.GeneralPath getButtonOutline(javax.swing.AbstractButton button)
SubstanceButtonShaper
getButtonOutline in interface SubstanceButtonShaperbutton - A button.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||