Uses of Enum Class
com.bc.ceres.glayer.Composite
Packages that use Composite
Package
Description
The graphical layer API is used to render multi-layer images/displays from various sources.
-
Uses of Composite in com.bc.ceres.glayer
Methods in com.bc.ceres.glayer that return CompositeModifier and TypeMethodDescriptionLayer.getComposite()
Returns the composite of this layer.static Composite
Returns the enum constant of this class with the specified name.static Composite[]
Composite.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bc.ceres.glayer with parameters of type CompositeModifier and TypeMethodDescriptionvoid
Layer.setComposite
(Composite composite) Sets the composite of this layer.