Uses of Enum Class
com.luciad.view.gxy.painter.TLcdGXYIconPainter.ScalingMode
Packages that use TLcdGXYIconPainter.ScalingMode
Package
Description
Provides painters for typical database objects.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
-
Uses of TLcdGXYIconPainter.ScalingMode in com.luciad.format.database.gxy
Methods in com.luciad.format.database.gxy that return TLcdGXYIconPainter.ScalingModeModifier and TypeMethodDescriptionTLcdDatabaseGXYPainterProvider.getScalingMode()Deprecated.Returns the current icon scaling mode.Methods in com.luciad.format.database.gxy with parameters of type TLcdGXYIconPainter.ScalingModeModifier and TypeMethodDescriptionvoidTLcdDatabaseGXYPainterProvider.setScalingMode(TLcdGXYIconPainter.ScalingMode aScalingMode) Deprecated.Sets the icon scaling mode, which determines how theTLcdDatabaseGXYPainterProvider.setScale(double)property is interpreted. -
Uses of TLcdGXYIconPainter.ScalingMode in com.luciad.view.gxy
Methods in com.luciad.view.gxy that return TLcdGXYIconPainter.ScalingModeModifier and TypeMethodDescriptionTLcdGXYShapePainter.getScalingMode()Returns the current icon scaling mode.Methods in com.luciad.view.gxy with parameters of type TLcdGXYIconPainter.ScalingModeModifier and TypeMethodDescriptionvoidTLcdGXYShapePainter.setScalingMode(TLcdGXYIconPainter.ScalingMode aScalingMode) Sets the icon scaling mode, which determines how theTLcdGXYShapePainter.setScale(double)property is interpreted. -
Uses of TLcdGXYIconPainter.ScalingMode in com.luciad.view.gxy.painter
Methods in com.luciad.view.gxy.painter that return TLcdGXYIconPainter.ScalingModeModifier and TypeMethodDescriptionTLcdGXYIconPainter.getScalingMode()Returns the current icon scaling mode.Returns the enum constant of this class with the specified name.static TLcdGXYIconPainter.ScalingMode[]TLcdGXYIconPainter.ScalingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.view.gxy.painter with parameters of type TLcdGXYIconPainter.ScalingModeModifier and TypeMethodDescriptionvoidTLcdGXYIconPainter.setScalingMode(TLcdGXYIconPainter.ScalingMode aScalingMode) Sets the icon scaling mode, which determines how theTLcdGXYIconPainter.setScale(double)property is interpreted.