Uses of Interface
de.grogra.icon.IconSource
Packages that use IconSource
Package
Description
-
Uses of IconSource in de.grogra.autocompletors.outline
Methods in de.grogra.autocompletors.outline that return IconSource -
Uses of IconSource in de.grogra.cli
Methods in de.grogra.cli with parameters of type IconSourceModifier and TypeMethodDescriptionCLIToolkit.createButton(String text, IconSource source, Dimension size, int flags, Command cmd, Context ctx) CLIToolkit.createLabel(String text, IconSource icon, Dimension size, int flags) -
Uses of IconSource in de.grogra.gpuflux.imp3d.objects
Classes in de.grogra.gpuflux.imp3d.objects that implement IconSourceMethods in de.grogra.gpuflux.imp3d.objects that return IconSource -
Uses of IconSource in de.grogra.gpuflux.imp3d.shading
Classes in de.grogra.gpuflux.imp3d.shading that implement IconSourceMethods in de.grogra.gpuflux.imp3d.shading that return IconSource -
Uses of IconSource in de.grogra.icon
Classes in de.grogra.icon that implement IconSourceFields in de.grogra.icon declared as IconSourceModifier and TypeFieldDescriptionprotected IconSourceIconOverlay.aprotected IconSourceIconOverlay.bMethods in de.grogra.icon that return IconSourceModifier and TypeMethodDescriptionIcon.getIconSource()IconAdapter.getIconSource()IconImpl.getIconSource()Methods in de.grogra.icon with parameters of type IconSourceModifier and TypeMethodDescriptionstatic IconAdapterIconAdapter.create(IconSource source, Dimension size) static IconAdapterIconAdapter.create(IconSource source, Dimension size, boolean forceSize) static IconAdapterIconAdapter.create(IconSource source, Dimension size, boolean forceSize, int state) Constructors in de.grogra.icon with parameters of type IconSourceModifierConstructorDescriptionIconAdapter(IconSource source, Icon icon, int width, int height, boolean forceSize, int state) IconImpl(IconSource source, Icon icon) IconImpl(IconSource source, URL url) IconImpl(IconSource source, URL url, Image image, Rectangle bounds) IconOverlay(IconSource a, IconSource b) -
Uses of IconSource in de.grogra.imp.objects
Classes in de.grogra.imp.objects that implement IconSource -
Uses of IconSource in de.grogra.imp3d.shading
Classes in de.grogra.imp3d.shading that implement IconSourceModifier and TypeClassDescriptionclassclassclassclassclassclassAPhongshader represents a Phong-like reflector.final classARGBAShaderimplements a simple lambertian material with a single color and an alpha-value for the transparency.classclassclassMethods in de.grogra.imp3d.shading that return IconSource -
Uses of IconSource in de.grogra.math
Classes in de.grogra.math that implement IconSourceMethods in de.grogra.math that return IconSource -
Uses of IconSource in de.grogra.pf.ui
Classes in de.grogra.pf.ui that implement IconSourceMethods in de.grogra.pf.ui that return IconSourceModifier and TypeMethodDescriptionstatic IconSourcestatic IconSourceUI.getIcon(String systemId, String mimeType, IconSource base, RegistryContext ctx, boolean useDefaultIcon) ImageAdapter.getIconSource()Methods in de.grogra.pf.ui with parameters of type IconSourceModifier and TypeMethodDescriptionHeadlessToolkit.createButton(String text, IconSource source, Dimension size, int flags, Command cmd, Context ctx) UIToolkit.createButton(String text, IconSource source, int flags, Command cmd, Context ctx) abstract ObjectUIToolkit.createButton(String text, IconSource source, Dimension size, int flags, Command cmd, Context ctx) HeadlessToolkit.createLabel(String text, IconSource icon, Dimension size, int flags) UIToolkit.createLabel(String text, IconSource icon, int flags) abstract ObjectUIToolkit.createLabel(String text, IconSource icon, Dimension size, int flags) static IconSourceUI.getIcon(String systemId, String mimeType, IconSource base, RegistryContext ctx, boolean useDefaultIcon) -
Uses of IconSource in de.grogra.pf.ui.awt
Methods in de.grogra.pf.ui.awt that return IconSourceModifier and TypeMethodDescriptionprotected abstract IconSourceLabelRenderer.getIconSource(LabelRenderer.LabelData node) Methods in de.grogra.pf.ui.awt with parameters of type IconSourceModifier and TypeMethodDescriptionAWTToolkitBase.createLabel(String text, IconSource icon, Dimension size, int flags) -
Uses of IconSource in de.grogra.pf.ui.swing
Methods in de.grogra.pf.ui.swing with parameters of type IconSourceModifier and TypeMethodDescriptionSwingToolkit.createButton(String text, IconSource icon, Dimension size, int flags, Command cmd, Context ctx) voidPlainPanel.setIconSource(IconSource s) voidSwingPanel.setIconSource(IconSource s) voidToolBar.setIconSource(IconSource s)