Uses of Enum
org.pushingpixels.radiance.theming.api.RadianceThemingSlices.Side
Packages that use RadianceThemingSlices.Side
Package
Description
-
Uses of RadianceThemingSlices.Side in org.pushingpixels.radiance.theming.api
Subclasses with type arguments of type RadianceThemingSlices.Side in org.pushingpixels.radiance.theming.apiModifier and TypeClassDescriptionstatic enumEnumerates available sides.Fields in org.pushingpixels.radiance.theming.api with type parameters of type RadianceThemingSlices.SideModifier and TypeFieldDescriptionprivate Set<RadianceThemingSlices.Side> RadianceThemingSlices.Sides.Builder.openSidesprivate Set<RadianceThemingSlices.Side> RadianceThemingSlices.Sides.openSidesprivate Set<RadianceThemingSlices.Side> RadianceThemingSlices.Sides.Builder.straightSidesprivate Set<RadianceThemingSlices.Side> RadianceThemingSlices.Sides.straightSidesMethods in org.pushingpixels.radiance.theming.api that return RadianceThemingSlices.SideModifier and TypeMethodDescriptionstatic RadianceThemingSlices.SideReturns the enum constant of this type with the specified name.static RadianceThemingSlices.Side[]RadianceThemingSlices.Side.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pushingpixels.radiance.theming.api that return types with arguments of type RadianceThemingSlices.SideModifier and TypeMethodDescriptionRadianceThemingSlices.Sides.getOpenSides()RadianceThemingSlices.Sides.getStraightSides()Methods in org.pushingpixels.radiance.theming.api with parameters of type RadianceThemingSlices.SideModifier and TypeMethodDescriptionstatic voidRadianceThemingCortex.ComponentScope.setButtonOpenSide(JComponent comp, RadianceThemingSlices.Side openSide) Specifies the open side for the specific button component.static voidRadianceThemingCortex.ComponentScope.setButtonStraightSide(JComponent comp, RadianceThemingSlices.Side straightSide) Specifies the straight side for the specific button component.Method parameters in org.pushingpixels.radiance.theming.api with type arguments of type RadianceThemingSlices.SideModifier and TypeMethodDescriptionstatic voidRadianceThemingCortex.ComponentScope.setButtonOpenSides(JComponent comp, Set<RadianceThemingSlices.Side> openSides) Specifies the open sides for the specific button component.static voidRadianceThemingCortex.ComponentScope.setButtonStraightSides(JComponent comp, Set<RadianceThemingSlices.Side> straightSides) Specifies the straight sides for the specific button component.RadianceThemingSlices.Sides.Builder.setOpenSides(Set<RadianceThemingSlices.Side> openSides) RadianceThemingSlices.Sides.Builder.setStraightSides(Set<RadianceThemingSlices.Side> straightSides) Constructor parameters in org.pushingpixels.radiance.theming.api with type arguments of type RadianceThemingSlices.SideModifierConstructorDescriptionprivateSides(Set<RadianceThemingSlices.Side> openSides, Set<RadianceThemingSlices.Side> straightSides) -
Uses of RadianceThemingSlices.Side in org.pushingpixels.radiance.theming.internal.painter
Method parameters in org.pushingpixels.radiance.theming.internal.painter with type arguments of type RadianceThemingSlices.SideModifier and TypeMethodDescriptionprivate static Path2DHighlightPainterUtils.getBorderPath(ComponentOrientation orientation, int width, int height, float insets, Set<RadianceThemingSlices.Side> openSides) private static voidHighlightPainterUtils.paintHighlight(Graphics g, Component c, Rectangle rect, ComponentState state, float alpha, boolean paintHighlightBorders, Set<RadianceThemingSlices.Side> openSides, ContainerColorTokens colorTokens, RadianceSurfacePainter highlightPainter, RadianceOutlinePainter highlightOutlinePainter) static voidHighlightPainterUtils.paintHighlight(Graphics g, CellRendererPane rendererPane, Component c, Rectangle rect, ComponentState state, float alpha, boolean paintHighlightBorders, Set<RadianceThemingSlices.Side> openSides, ContainerColorTokens colorTokens) Paints the highlight for the specified component.static voidHighlightPainterUtils.paintHighlightBorder1X(Graphics2D g, Component comp, int width, int height, float borderAlpha, Set<RadianceThemingSlices.Side> openSides, RadianceOutlinePainter highlightOutlinePainter, ContainerColorTokens colorTokens) -
Uses of RadianceThemingSlices.Side in org.pushingpixels.radiance.theming.internal.utils
Methods in org.pushingpixels.radiance.theming.internal.utils that return types with arguments of type RadianceThemingSlices.SideModifier and TypeMethodDescriptionstatic Set<RadianceThemingSlices.Side> RadianceCoreUtilities.getSides(JComponent component, String propertyName) Returns the set of sides registered on the specified button.Method parameters in org.pushingpixels.radiance.theming.internal.utils with type arguments of type RadianceThemingSlices.SideModifier and TypeMethodDescriptionprivate voidButtonBackgroundDelegate.drawBackground(Graphics2D g, AbstractButton button, RadianceButtonShaper shaper, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height, ContainerColorTokens colorTokens, Set<RadianceThemingSlices.Side> openSides, boolean isContentAreaFilled, boolean isBorderPainted, ComponentState currState, float overallAlpha) static ShapeRadianceOutlineUtilities.getBaseOutline(ComponentOrientation orientation, float width, float height, float radius, Set<RadianceThemingSlices.Side> straightSides) Returns basic outline for the specified parameters.static ShapeRadianceOutlineUtilities.getBaseOutline(ComponentOrientation orientation, float width, float height, float radius, Set<RadianceThemingSlices.Side> straightSides, float insets) Returns basic outline for the specified parameters.static ShapeRadianceOutlineUtilities.getBaseOutline(Component comp, float radius, Set<RadianceThemingSlices.Side> straightSides) Returns basic outline for the specified component.