Uses of Interface
com.bc.ceres.binding.PropertySet
-
Packages that use PropertySet Package Description com.bc.ceres.binding The main purpose of this package is to provide a simple data binding framework for binding Java objects to a GUI or a DOM.com.bc.ceres.binding.dom Provides a very basic DOM abstraction and a converter for it.com.bc.ceres.glayer The graphical layer API is used to render multi-layer images/displays from various sources.com.bc.ceres.glayer.support Various support classes for thecom.bc.ceres.glayerAPI.com.bc.ceres.swing.binding Provides a context for binding Swing components to aPropertyContainerwhich again may wrap plain Java objects.com.bc.ceres.swing.figure com.bc.ceres.swing.figure.support org.esa.snap.core.layer Provides frequently usedLayerTypeimplementations. -
-
Uses of PropertySet in com.bc.ceres.binding
Classes in com.bc.ceres.binding that implement PropertySet Modifier and Type Class Description classPropertyContainerA convenience implementation of thePropertySetinterface. -
Uses of PropertySet in com.bc.ceres.binding.dom
Methods in com.bc.ceres.binding.dom that return PropertySet Modifier and Type Method Description protected PropertySetDefaultDomConverter. getPropertySet(Object value) -
Uses of PropertySet in com.bc.ceres.glayer
Methods in com.bc.ceres.glayer that return PropertySet Modifier and Type Method Description PropertySetCollectionLayer.Type. createLayerConfig(LayerContext ctx)abstract PropertySetLayerType. createLayerConfig(LayerContext ctx)Creates a default configuration instance for the type of layers this type can create.PropertySetLayer. getConfiguration()Returns the configuration which can be used by the layer type to recreate this layer.Methods in com.bc.ceres.glayer with parameters of type PropertySet Modifier and Type Method Description LayerCollectionLayer.Type. createLayer(LayerContext ctx, PropertySet configuration)abstract LayerLayerType. createLayer(LayerContext ctx, PropertySet layerConfig)Creates a layer instance for the given application provided context and the given layer configuration.Constructors in com.bc.ceres.glayer with parameters of type PropertySet Constructor Description CollectionLayer(CollectionLayer.Type type, PropertySet configuration, String name)Layer(LayerType layerType, PropertySet configuration)Constructor. -
Uses of PropertySet in com.bc.ceres.glayer.support
Methods in com.bc.ceres.glayer.support that return PropertySet Modifier and Type Method Description PropertySetBackgroundLayer.Type. createLayerConfig(LayerContext ctx)PropertySetImageLayer.Type. createLayerConfig(LayerContext ctx)PropertySetShapeLayer.Type. createLayerConfig(LayerContext ctx)Methods in com.bc.ceres.glayer.support with parameters of type PropertySet Modifier and Type Method Description LayerBackgroundLayer.Type. createLayer(LayerContext ctx, PropertySet configuration)LayerImageLayer.Type. createLayer(LayerContext ctx, PropertySet configuration)LayerShapeLayer.Type. createLayer(LayerContext ctx, PropertySet configuration)Constructors in com.bc.ceres.glayer.support with parameters of type PropertySet Constructor Description BackgroundLayer(BackgroundLayer.Type type, PropertySet configuration)ImageLayer(ImageLayer.Type layerType, MultiLevelSource multiLevelSource, PropertySet configuration)ShapeLayer(ShapeLayer.Type layerType, List<Shape> shapes, AffineTransform shapeToModelTransform, PropertySet configuration) -
Uses of PropertySet in com.bc.ceres.swing.binding
Methods in com.bc.ceres.swing.binding that return PropertySet Modifier and Type Method Description PropertySetBindingContext. getPropertySet()Constructors in com.bc.ceres.swing.binding with parameters of type PropertySet Constructor Description BindingContext(PropertySet propertySet)Constructor.BindingContext(PropertySet propertySet, BindingProblemListener problemHandler)Constructor.PropertyPane(PropertySet propertySet) -
Uses of PropertySet in com.bc.ceres.swing.figure
Subinterfaces of PropertySet in com.bc.ceres.swing.figure Modifier and Type Interface Description interfaceFigureStyleAPropertySetthat provides style information for figures. -
Uses of PropertySet in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement PropertySet Modifier and Type Class Description classDefaultFigureStyle -
Uses of PropertySet in org.esa.snap.core.layer
Methods in org.esa.snap.core.layer that return PropertySet Modifier and Type Method Description PropertySetGraticuleLayerType. createLayerConfig(LayerContext ctx)PropertySetMaskCollectionLayerType. createLayerConfig(LayerContext ctx)PropertySetMaskLayerType. createLayerConfig(LayerContext ctx)PropertySetNoDataLayerType. createLayerConfig(LayerContext ctx)PropertySetRasterImageLayerType. createLayerConfig(LayerContext ctx)PropertySetRgbImageLayerType. createLayerConfig(LayerContext ctx)Methods in org.esa.snap.core.layer with parameters of type PropertySet Modifier and Type Method Description LayerGraticuleLayerType. createLayer(LayerContext ctx, PropertySet configuration)LayerMaskCollectionLayerType. createLayer(LayerContext ctx, PropertySet configuration)LayerMaskLayerType. createLayer(LayerContext ctx, PropertySet configuration)LayerNoDataLayerType. createLayer(LayerContext ctx, PropertySet configuration)ImageLayerRasterImageLayerType. createLayer(LayerContext ctx, PropertySet configuration)ImageLayerRgbImageLayerType. createLayer(LayerContext ctx, PropertySet configuration)static MultiLevelSourceMaskLayerType. createMultiLevelSource(PropertySet configuration)Constructors in org.esa.snap.core.layer with parameters of type PropertySet Constructor Description GraticuleLayer(GraticuleLayerType type, RasterDataNode raster, PropertySet configuration)MaskCollectionLayer(MaskCollectionLayerType layerType, RasterDataNode raster, PropertySet configuration)
-