Uses of Interface
de.grogra.icon.IconSource
Packages that use IconSource
Package
Description
-
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 IconSource
IconOverlay.a
protected IconSource
IconOverlay.b
Methods 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 IconAdapter
IconAdapter.create
(IconSource source, Dimension size) static IconAdapter
IconAdapter.create
(IconSource source, Dimension size, boolean forceSize) static IconAdapter
IconAdapter.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 TypeClassDescriptionclass
class
class
class
class
class
APhong
shader represents a Phong-like reflector.final class
ARGBAShader
implements a simple lambertian material with a single color and an alpha-value for the transparency.class
class
class
Methods 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 IconSource
static IconSource
UI.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 Object
UIToolkit.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 Object
UIToolkit.createLabel
(String text, IconSource icon, Dimension size, int flags) static IconSource
UI.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 IconSource
LabelRenderer.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) void
PlainPanel.setIconSource
(IconSource s) void
SwingPanel.setIconSource
(IconSource s) void
ToolBar.setIconSource
(IconSource s)