Uses of Enum Class
org.jdesktop.swingx.painter.effects.NeonBorderEffect.BorderPosition
Packages that use NeonBorderEffect.BorderPosition
-
Uses of NeonBorderEffect.BorderPosition in org.jdesktop.swingx.painter.effects
Subclasses with type arguments of type NeonBorderEffect.BorderPosition in org.jdesktop.swingx.painter.effectsModifier and TypeClassDescriptionstatic enumAn enum representing the position of the border: inside, outside, or centered on the border.Fields in org.jdesktop.swingx.painter.effects declared as NeonBorderEffect.BorderPositionModifier and TypeFieldDescriptionprivate NeonBorderEffect.BorderPositionNeonBorderEffect.borderPositionMethods in org.jdesktop.swingx.painter.effects that return NeonBorderEffect.BorderPositionModifier and TypeMethodDescriptionNeonBorderEffect.getBorderPosition()Returns the enum constant of this class with the specified name.static NeonBorderEffect.BorderPosition[]NeonBorderEffect.BorderPosition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jdesktop.swingx.painter.effects with parameters of type NeonBorderEffect.BorderPositionModifier and TypeMethodDescriptionvoidNeonBorderEffect.setBorderPosition(NeonBorderEffect.BorderPosition borderPosition)