Uses of Interface
org.pushingpixels.radiance.common.api.icon.RadianceIcon
-
-
Uses of RadianceIcon in org.pushingpixels.radiance.common.api.icon
Classes in org.pushingpixels.radiance.common.api.icon that implement RadianceIcon Modifier and Type Class Description classImageBackedFilterableRadianceIconImplementation of theRadianceIconinterface that supports color filtering of content by drawing it into offscreen images and applying the requestedRadianceIcon.ColorFilter.classRadianceAsyncLoadingIconUIResourceclassRadianceIconUIResourceFields in org.pushingpixels.radiance.common.api.icon declared as RadianceIcon Modifier and Type Field Description private RadianceIconImageBackedFilterableRadianceIcon. currDelegateprotected RadianceIconRadianceIconUIResource. delegateMethods in org.pushingpixels.radiance.common.api.icon that return RadianceIcon Modifier and Type Method Description RadianceIconRadianceIcon.Factory. createNewIcon()Returns a new instance of the icon managed by this factory.Constructors in org.pushingpixels.radiance.common.api.icon with parameters of type RadianceIcon Constructor Description RadianceAsyncLoadingIconUIResource(RadianceIcon delegate)RadianceIconUIResource(RadianceIcon delegate) -
Uses of RadianceIcon in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common declared as RadianceIcon Modifier and Type Field Description private RadianceIconRichTooltip. footerIconThe ooter icon of this tooltip.private RadianceIconRichTooltip. mainIconThe main icon of this tooltip.Methods in org.pushingpixels.radiance.component.api.common that return RadianceIcon Modifier and Type Method Description RadianceIconRichTooltip. getFooterIcon()Returns the footer icon of this tooltip.RadianceIconRichTooltip. getMainIcon()Returns the main icon of this tooltip.protected abstract RadianceIconAbstractFileViewPanel. getRadianceIcon(AbstractFileViewPanel.Leaf leaf, java.io.InputStream stream, CommandButtonPresentationState state, java.awt.Dimension dimension)Returns the icon for the specified parameters.Methods in org.pushingpixels.radiance.component.api.common with parameters of type RadianceIcon Modifier and Type Method Description protected voidAbstractFileViewPanel. configureCommand(AbstractFileViewPanel.Leaf leaf, Command command, RadianceIcon icon)Configures the specified command. -
Uses of RadianceIcon in org.pushingpixels.radiance.component.api.common.icon
Classes in org.pushingpixels.radiance.component.api.common.icon that implement RadianceIcon Modifier and Type Class Description classColorRadianceIconImplementation ofRadianceIconthat fills the icon with a solid color.classCommandButtonDefaultPopupIconclassCommandButtonFollowColorTokensIconImplementation ofRadianceIconfor command buttons that wish to have their icon be dynamically rendered at runtime based on the color tokens that match the current transition-aware state.classDecoratedRadianceIconImplementation ofRadianceIconthat adds decorations to a main icon.classEmptyRadianceIconImplementation ofRadianceIconthat paints nothing.classIconDeckRadianceIcon<T>Implementation of theRadianceIconthat allows switching the icon painting at runtime.classLayeredIconDecorator icon that layers icons one on top of the other.Fields in org.pushingpixels.radiance.component.api.common.icon declared as RadianceIcon Modifier and Type Field Description private RadianceIconIconDeckRadianceIcon. currentIconCurrently shown icon.private RadianceIconDecoratedRadianceIcon. delegateThe main delegate icon.protected RadianceIcon[]LayeredIcon. layersThe layer icons.Fields in org.pushingpixels.radiance.component.api.common.icon with type parameters of type RadianceIcon Modifier and Type Field Description private java.util.Map<T,? extends RadianceIcon>IconDeckRadianceIcon. iconDeckThe icon deck.Constructors in org.pushingpixels.radiance.component.api.common.icon with parameters of type RadianceIcon Constructor Description DecoratedRadianceIcon(RadianceIcon delegate)Creates a new decorated icon with no decorators.DecoratedRadianceIcon(RadianceIcon delegate, DecoratedRadianceIcon.IconDecorator... decorators)Creates a new decorated icon.LayeredIcon(RadianceIcon... layers)Creates a new layered icon.Constructor parameters in org.pushingpixels.radiance.component.api.common.icon with type arguments of type RadianceIcon Constructor Description IconDeckRadianceIcon(java.util.Map<T,? extends RadianceIcon> iconDeck)Creates the icon deck. -
Uses of RadianceIcon in org.pushingpixels.radiance.component.api.common.model
Fields in org.pushingpixels.radiance.component.api.common.model declared as RadianceIcon Modifier and Type Field Description private RadianceIconBaseCommandButtonPresentationModel.BaseBuilder. popupIconprivate RadianceIconBaseCommandButtonPresentationModel.Overlay. popupIconprotected RadianceIconBaseCommandButtonPresentationModel. popupIconMethods in org.pushingpixels.radiance.component.api.common.model that return RadianceIcon Modifier and Type Method Description RadianceIconBaseCommandButtonPresentationModel. getPopupIcon()RadianceIconBaseCommandButtonPresentationModel.Overlay. getPopupIcon()Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type RadianceIcon Modifier and Type Method Description BBaseCommandButtonPresentationModel.BaseBuilder. setPopupIcon(RadianceIcon popupIcon)BaseCommandButtonPresentationModel.OverlayBaseCommandButtonPresentationModel.Overlay. setPopupIcon(RadianceIcon popupIcon) -
Uses of RadianceIcon in org.pushingpixels.radiance.component.internal.svg
Classes in org.pushingpixels.radiance.component.internal.svg that implement RadianceIcon Modifier and Type Class Description classfolder_open_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classinsert_drive_file_black_24dpThis class has been automatically generated using Radiance SVG transcoder.Methods in org.pushingpixels.radiance.component.internal.svg that return RadianceIcon Modifier and Type Method Description static RadianceIconfolder_open_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconinsert_drive_file_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions. -
Uses of RadianceIcon in org.pushingpixels.radiance.component.internal.theming.common
Classes in org.pushingpixels.radiance.component.internal.theming.common that implement RadianceIcon Modifier and Type Class Description classBreadcrumbCommandButtonPopupIconclassGlowingRadianceIconFields in org.pushingpixels.radiance.component.internal.theming.common declared as RadianceIcon Modifier and Type Field Description private RadianceIconGlowingRadianceIcon. delegateThe main (pre-filtered) icon.Constructors in org.pushingpixels.radiance.component.internal.theming.common with parameters of type RadianceIcon Constructor Description GlowingRadianceIcon(RadianceIcon delegate, IconGlowTracker iconGlowTracker) -
Uses of RadianceIcon in org.pushingpixels.radiance.component.internal.theming.common.ui
Fields in org.pushingpixels.radiance.component.internal.theming.common.ui declared as RadianceIcon Modifier and Type Field Description private RadianceIconRadianceExoLabelUI. icon -
Uses of RadianceIcon in org.pushingpixels.radiance.component.internal.ui.common
Fields in org.pushingpixels.radiance.component.internal.ui.common declared as RadianceIcon Modifier and Type Field Description protected RadianceIconBasicCommandButtonUI. iconprotected RadianceIconBasicCommandButtonUI. popupIconThe popup indicator icon. -
Uses of RadianceIcon in org.pushingpixels.radiance.component.internal.ui.ribbon
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as RadianceIcon Modifier and Type Field Description private RadianceIconJRibbonComponent. iconWrapper icon.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return RadianceIcon Modifier and Type Method Description RadianceIconJRibbonComponent. getIcon()Returns the wrapper icon of this wrapper component.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type RadianceIcon Modifier and Type Method Description voidJRibbonComponent. setIcon(RadianceIcon icon) -
Uses of RadianceIcon in org.pushingpixels.radiance.theming.api.icon
Methods in org.pushingpixels.radiance.theming.api.icon that return RadianceIcon Modifier and Type Method Description RadianceIconRadianceDefaultIconPack. getAllowedIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getAllowedIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getCapsLockIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getCapsLockIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getColorChooserColorPalettesIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getColorChooserColorPalettesIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getColorChooserColorSlidersIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getColorChooserColorSlidersIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getColorChooserColorSwatchesIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getColorChooserColorSwatchesIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getColorChooserColorWheelIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getColorChooserColorWheelIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getColorChooserCrayonsIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getColorChooserCrayonsIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getColorChooserImagePalettesIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getColorChooserImagePalettesIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getFileChooserComputerIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getFileChooserComputerIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getFileChooserDetailsViewIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getFileChooserDetailsViewIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getFileChooserDirectoryIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getFileChooserDirectoryIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getFileChooserFileIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getFileChooserFileIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getFileChooserFloppyDriveIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getFileChooserFloppyDriveIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getFileChooserHardDriveIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getFileChooserHardDriveIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getFileChooserHomeFolderIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getFileChooserHomeFolderIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getFileChooserListViewIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getFileChooserListViewIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getFileChooserNewFolderIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getFileChooserNewFolderIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getFileChooserUpFolderIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getFileChooserUpFolderIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getFileChooserViewMenuIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getFileChooserViewMenuIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getInspectIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getInspectIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getLockIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getLockIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getNotAllowedIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getNotAllowedIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getOptionPaneErrorIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getOptionPaneErrorIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getOptionPaneInformationIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getOptionPaneInformationIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getOptionPaneQuestionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getOptionPaneQuestionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getOptionPaneWarningIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getOptionPaneWarningIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getRefreshIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getRefreshIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getScrollAllIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getScrollAllIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getScrollHorizontalIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getScrollHorizontalIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getScrollVerticalIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getScrollVerticalIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getTextCopyActionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getTextCopyActionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getTextCutActionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getTextCutActionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getTextDeleteActionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getTextDeleteActionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getTextPasteActionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getTextPasteActionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceDefaultIconPack. getTextSelectAllActionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens)RadianceIconRadianceIconPack. getTextSelectAllActionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) -
Uses of RadianceIcon in org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser
Methods in org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser that return RadianceIcon Modifier and Type Method Description RadianceIconColorPalettesChooser. getHiDpiAwareIcon(int size, ContainerColorTokens tokens)RadianceIconColorSlidersChooser. getHiDpiAwareIcon(int size, ContainerColorTokens tokens)RadianceIconColorWheelChooser. getHiDpiAwareIcon(int size, ContainerColorTokens tokens)RadianceIconCrayonsChooser. getHiDpiAwareIcon(int size, ContainerColorTokens tokens)abstract RadianceIconRadianceColorChooserPanel. getHiDpiAwareIcon(int size, ContainerColorTokens tokens)RadianceIconSwatchesChooser. getHiDpiAwareIcon(int size, ContainerColorTokens tokens) -
Uses of RadianceIcon in org.pushingpixels.radiance.theming.internal.contrib.xoetrope.editor.color
Methods in org.pushingpixels.radiance.theming.internal.contrib.xoetrope.editor.color that return RadianceIcon Modifier and Type Method Description RadianceIconColorWheelPanel. getHiDpiAwareIcon(int size, ContainerColorTokens tokens) -
Uses of RadianceIcon in org.pushingpixels.radiance.theming.internal.svg
Classes in org.pushingpixels.radiance.theming.internal.svg that implement RadianceIcon Modifier and Type Class Description classadd_circle_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classadjust_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classalbum_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classarrow_upward_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classautoscroll_allThis class has been automatically generated using Radiance SVG transcoder.classautoscroll_hThis class has been automatically generated using Radiance SVG transcoder.classautoscroll_vThis class has been automatically generated using Radiance SVG transcoder.classbrightness_high_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classcomputer_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classcontent_copy_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classcontent_cut_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classcontent_paste_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classcreate_new_folder_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classdelete_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classedit_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classerror_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classfolder_open_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classgrid_on_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classhelp_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classhome_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classinfo_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classinsert_drive_file_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classkeyboard_capslock_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classlock_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classmenu_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classpalette_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classrefresh_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classremove_circle_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classsave_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classselect_all_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classstorage_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classview_list_black_24dpThis class has been automatically generated using Radiance SVG transcoder.classwarning_black_24dpThis class has been automatically generated using Radiance SVG transcoder.Methods in org.pushingpixels.radiance.theming.internal.svg that return RadianceIcon Modifier and Type Method Description static RadianceIconadd_circle_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconadjust_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconalbum_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconarrow_upward_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconautoscroll_all. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconautoscroll_h. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconautoscroll_v. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconbrightness_high_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconcomputer_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconcontent_copy_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconcontent_cut_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconcontent_paste_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconcreate_new_folder_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIcondelete_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconedit_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconerror_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconfolder_open_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIcongrid_on_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconhelp_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconhome_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconinfo_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconinsert_drive_file_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconkeyboard_capslock_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconlock_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconmenu_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconpalette_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconrefresh_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconremove_circle_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconsave_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconselect_all_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconstorage_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconview_list_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions.static RadianceIconwarning_black_24dp. of(int width, int height)Returns a new instance of this icon with specified dimensions. -
Uses of RadianceIcon in org.pushingpixels.radiance.theming.internal.utils
Classes in org.pushingpixels.radiance.theming.internal.utils that implement RadianceIcon Modifier and Type Class Description classScaleAwareImageWrapperIconAUIResourcevariant of the resizable high-DPI aware implementation of the coreIconinterface that maintains crisp pixel-perfect appearance of icons across the entire app.
-