Uses of Enum Class
org.eclipse.swt.graphics.AutoscalingMode
Packages that use AutoscalingMode
Package
Description
SWT graphics classes.
SWT widget public API classes.
-
Uses of AutoscalingMode in org.eclipse.swt.graphics
Subclasses with type arguments of type AutoscalingMode in org.eclipse.swt.graphicsModifier and TypeClassDescriptionenumDefines the autoscaling behavior used when rendering or computing layout for controls that support DPI‑aware scaling.Methods in org.eclipse.swt.graphics that return AutoscalingModeModifier and TypeMethodDescriptionstatic AutoscalingModeReturns the enum constant of this class with the specified name.static AutoscalingMode[]AutoscalingMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AutoscalingMode in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets with parameters of type AutoscalingModeModifier and TypeMethodDescriptionbooleanControl.setAutoscalingMode(AutoscalingMode autoscalingMode) Sets the autoscaling mode for this widget.