Uses of Interface
de.grogra.icon.IconSource
Package
Description
-
Uses of IconSource in de.grogra.cli
Modifier 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
-
Uses of IconSource in de.grogra.gpuflux.imp3d.shading
-
Uses of IconSource in de.grogra.icon
Modifier and TypeFieldDescriptionprotected IconSource
IconOverlay.a
protected IconSource
IconOverlay.b
Modifier and TypeMethodDescriptionIcon.getIconSource()
IconAdapter.getIconSource()
IconImpl.getIconSource()
Modifier 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) ModifierConstructorDescriptionIconAdapter
(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
-
Uses of IconSource in de.grogra.imp3d.shading
Modifier 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
-
Uses of IconSource in de.grogra.math
-
Uses of IconSource in de.grogra.pf.ui
Modifier and TypeMethodDescriptionstatic IconSource
static IconSource
UI.getIcon
(String systemId, String mimeType, IconSource base, RegistryContext ctx, boolean useDefaultIcon) ImageAdapter.getIconSource()
Modifier 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
Modifier and TypeMethodDescriptionprotected abstract IconSource
LabelRenderer.getIconSource
(LabelRenderer.LabelData node) Modifier and TypeMethodDescriptionAWTToolkitBase.createLabel
(String text, IconSource icon, Dimension size, int flags) -
Uses of IconSource in de.grogra.pf.ui.swing
Modifier 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)