Uses of Class
org.pushingpixels.radiance.theming.api.RadianceThemingSlices.Side
-
Packages that use RadianceThemingSlices.Side Package Description org.pushingpixels.radiance.theming.api org.pushingpixels.radiance.theming.internal.painter org.pushingpixels.radiance.theming.internal.utils -
-
Uses of RadianceThemingSlices.Side in org.pushingpixels.radiance.theming.api
Fields in org.pushingpixels.radiance.theming.api with type parameters of type RadianceThemingSlices.Side Modifier and Type Field Description private java.util.Set<RadianceThemingSlices.Side>RadianceThemingSlices.Sides.Builder. openSidesprivate java.util.Set<RadianceThemingSlices.Side>RadianceThemingSlices.Sides. openSidesprivate java.util.Set<RadianceThemingSlices.Side>RadianceThemingSlices.Sides.Builder. straightSidesprivate java.util.Set<RadianceThemingSlices.Side>RadianceThemingSlices.Sides. straightSidesMethods in org.pushingpixels.radiance.theming.api that return RadianceThemingSlices.Side Modifier and Type Method Description static RadianceThemingSlices.SideRadianceThemingSlices.Side. valueOf(java.lang.String name)Returns 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.Side Modifier and Type Method Description java.util.Set<RadianceThemingSlices.Side>RadianceThemingSlices.Sides. getOpenSides()java.util.Set<RadianceThemingSlices.Side>RadianceThemingSlices.Sides. getStraightSides()Methods in org.pushingpixels.radiance.theming.api with parameters of type RadianceThemingSlices.Side Modifier and Type Method Description static voidRadianceThemingCortex.ComponentScope. setButtonOpenSide(javax.swing.JComponent comp, RadianceThemingSlices.Side openSide)Specifies the open side for the specific button component.static voidRadianceThemingCortex.ComponentScope. setButtonStraightSide(javax.swing.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.Side Modifier and Type Method Description static voidRadianceThemingCortex.ComponentScope. setButtonOpenSides(javax.swing.JComponent comp, java.util.Set<RadianceThemingSlices.Side> openSides)Specifies the open sides for the specific button component.static voidRadianceThemingCortex.ComponentScope. setButtonStraightSides(javax.swing.JComponent comp, java.util.Set<RadianceThemingSlices.Side> straightSides)Specifies the straight sides for the specific button component.RadianceThemingSlices.Sides.BuilderRadianceThemingSlices.Sides.Builder. setOpenSides(java.util.Set<RadianceThemingSlices.Side> openSides)RadianceThemingSlices.Sides.BuilderRadianceThemingSlices.Sides.Builder. setStraightSides(java.util.Set<RadianceThemingSlices.Side> straightSides)Constructor parameters in org.pushingpixels.radiance.theming.api with type arguments of type RadianceThemingSlices.Side Constructor Description Sides(java.util.Set<RadianceThemingSlices.Side> openSides, java.util.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.Side Modifier and Type Method Description private static java.awt.geom.Path2DHighlightPainterUtils. getBorderPath(java.awt.ComponentOrientation orientation, int width, int height, float insets, java.util.Set<RadianceThemingSlices.Side> openSides)private static voidHighlightPainterUtils. paintHighlight(java.awt.Graphics g, java.awt.Component c, java.awt.Rectangle rect, ComponentState state, float alpha, boolean paintHighlightBorders, java.util.Set<RadianceThemingSlices.Side> openSides, ContainerColorTokens colorTokens, RadianceSurfacePainter highlightPainter, RadianceOutlinePainter highlightOutlinePainter)static voidHighlightPainterUtils. paintHighlight(java.awt.Graphics g, javax.swing.CellRendererPane rendererPane, java.awt.Component c, java.awt.Rectangle rect, ComponentState state, float alpha, boolean paintHighlightBorders, java.util.Set<RadianceThemingSlices.Side> openSides, ContainerColorTokens colorTokens)Paints the highlight for the specified component.static voidHighlightPainterUtils. paintHighlightBorder1X(java.awt.Graphics2D g, java.awt.Component comp, int width, int height, float borderAlpha, java.util.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.Side Modifier and Type Method Description static java.util.Set<RadianceThemingSlices.Side>RadianceCoreUtilities. getSides(javax.swing.JComponent component, java.lang.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.Side Modifier and Type Method Description private voidButtonBackgroundDelegate. drawBackground(java.awt.Graphics2D g, javax.swing.AbstractButton button, RadianceButtonShaper shaper, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height, ContainerColorTokens colorTokens, java.util.Set<RadianceThemingSlices.Side> openSides, boolean isContentAreaFilled, boolean isBorderPainted, ComponentState currState, float overallAlpha)static java.awt.ShapeRadianceOutlineUtilities. getBaseOutline(java.awt.ComponentOrientation orientation, float width, float height, float radius, java.util.Set<RadianceThemingSlices.Side> straightSides)Returns basic outline for the specified parameters.static java.awt.ShapeRadianceOutlineUtilities. getBaseOutline(java.awt.ComponentOrientation orientation, float width, float height, float radius, java.util.Set<RadianceThemingSlices.Side> straightSides, float insets)Returns basic outline for the specified parameters.static java.awt.ShapeRadianceOutlineUtilities. getBaseOutline(java.awt.Component comp, float radius, java.util.Set<RadianceThemingSlices.Side> straightSides)Returns basic outline for the specified component.
-