Uses of Class
com.bc.ceres.glayer.Composite
-
Packages that use Composite Package Description com.bc.ceres.glayer 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 Composite Modifier and Type Method Description Composite
Layer. getComposite()
Returns the composite of this layer.static Composite
Composite. valueOf(String name)
Returns the enum constant of this type with the specified name.static Composite[]
Composite. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bc.ceres.glayer with parameters of type Composite Modifier and Type Method Description void
Layer. setComposite(Composite composite)
Sets the composite of this layer.
-