Uses of Enum
org.jdesktop.swingx.painter.CapsulePainter.Portion
Packages that use CapsulePainter.Portion
Package
Description
Contains classes and interfaces used by painter enabled components.
-
Uses of CapsulePainter.Portion in org.jdesktop.swingx.painter
Methods in org.jdesktop.swingx.painter that return CapsulePainter.PortionModifier and TypeMethodDescriptionCapsulePainter.getPortion()
Returns the current portion property.static CapsulePainter.Portion
Returns the enum constant of this type with the specified name.static CapsulePainter.Portion[]
CapsulePainter.Portion.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jdesktop.swingx.painter with parameters of type CapsulePainter.PortionModifier and TypeMethodDescriptionvoid
CapsulePainter.setPortion
(CapsulePainter.Portion portion) Sets the current portion property.Constructors in org.jdesktop.swingx.painter with parameters of type CapsulePainter.PortionModifierConstructorDescriptionCapsulePainter
(CapsulePainter.Portion portion) Create a new CapsulePainter that only draws the portion specified.