Uses of Interface
repast.simphony.valueLayer.ValueLayer
Package
Description
-
Uses of ValueLayer in repast.simphony.context
Modifier and TypeMethodDescriptionAbstractContext.getValueLayer
(String name) Gets the named ValueLayer.Context.getValueLayer
(String name) Gets the named ValueLayer.FormerDefaultContext.getValueLayer
(String name) Gets the named ValueLayer.AbstractContext.removeValueLayer
(String name) Removes the named ValueLayer from this Context.Context.removeValueLayer
(String name) Removes the named ValueLayer from this Context.FormerDefaultContext.removeValueLayer
(String name) Removes the named ValueLayer from this Context.Modifier and TypeMethodDescriptionAbstractContext.getValueLayers()
Gets an iterable over the ValueLayer-s contained by this Context.Context.getValueLayers()
Gets an iterable over the ValueLayer-s contained by this Context.FormerDefaultContext.getValueLayers()
Gets an iterable over the ValueLayer-s contained by this Context.Modifier and TypeMethodDescriptionvoid
AbstractContext.addValueLayer
(ValueLayer valueLayer) Adds the specified ValueLayer to this Context.void
Context.addValueLayer
(ValueLayer valueLayer) Adds the specified ValueLayer to this Context.void
FormerDefaultContext.addValueLayer
(ValueLayer valueLayer) Adds the specified ValueLayer to this Context. -
Uses of ValueLayer in repast.simphony.essentials
Modifier and TypeMethodDescriptionstatic ValueLayer
RepastEssentials.FindValueLayer
(String valueLayerPath) Finds the ValueLayer that matches the specified path.Modifier and TypeMethodDescriptionstatic void
RepastEssentials.AddValueLayer
(String contextPath, ValueLayer layer) Adds the specified value layer to the context on the specified path. -
Uses of ValueLayer in repast.simphony.ui.probe
-
Uses of ValueLayer in repast.simphony.valueLayer
Modifier and TypeInterfaceDescriptioninterface
Interface for grid style value layers.Modifier and TypeClassDescriptionclass
Implements a grid value layer with read and write buffers.class
A continuous value layer.class
A grid value layer. -
Uses of ValueLayer in repast.simphony.visualization
Modifier and TypeMethodDescriptionAbstractDisplayData.getValueLayers()
Gets an iterable over the ValueLayers to be displayed.DisplayData.getValueLayers()
Gets an iterable over the ValueLayers to be displayed. -
Uses of ValueLayer in repast.simphony.visualization.editedStyle
Modifier and TypeMethodDescriptionvoid
EditedValueLayerStyle2D.addValueLayer
(ValueLayer layer) void
EditedValueLayerStyleOGL2D.init
(ValueLayer layer) -
Uses of ValueLayer in repast.simphony.visualization.engine
Modifier and TypeMethodDescriptionvoid
VLStyleRegistrar.Registrar.register
(T style, ValueLayer layer) -
Uses of ValueLayer in repast.simphony.visualization.visualization2D
Modifier and TypeFieldDescriptionprotected Iterable<ValueLayer>
Display2D.valueLayers
Deprecated.Modifier and TypeMethodDescriptionvoid
ValueDisplayLayer2D.addDataLayer
(ValueLayer layer) Deprecated.void
ValueDisplayLayer2D.init
(ValueLayer layer) Deprecated. -
Uses of ValueLayer in repast.simphony.visualization.visualization2D.style
Modifier and TypeMethodDescriptionvoid
DefaultValueLayerStyle.addValueLayer
(ValueLayer layer) Deprecated.Adds a value layer to this ValueLayerStyle.void
ValueLayerStyle.addValueLayer
(ValueLayer layer) Deprecated.Adds a value layer to this ValueLayerStyle. -
Uses of ValueLayer in repast.simphony.visualization.visualization3D
Modifier and TypeMethodDescriptionvoid
DefaultValueDisplayLayer3D.addDataLayer
(ValueLayer layer) void
ValueDisplayLayer3D.addDataLayer
(ValueLayer layer) -
Uses of ValueLayer in repast.simphony.visualization.visualization3D.style
Modifier and TypeMethodDescriptionvoid
DefaultValueLayerStyle3D.addValueLayer
(ValueLayer layer) Adds a value layer to this ValueLayerStyle. -
Uses of ValueLayer in repast.simphony.visualizationOGL2D
Modifier and TypeFieldDescriptionprotected Map<ValueLayer,
ValueLayerDisplayLayer> DisplayOGL2D.valueLayerStyleMap
Modifier and TypeMethodDescriptionvoid
ValueLayerStyleOGL.init
(ValueLayer layer) Initializes this style with the specified ValueLayer.void
DisplayOGL2D.registerValueLayerStyle
(ValueLayer layer, ValueLayerStyleOGL style) Registers the specified style and layer for display.void
ValueLayerDisplayLayer.resetLayer
(ValueLayer valueLayer, ValueLayerStyleOGL style) ModifierConstructorDescriptionValueLayerDisplayLayer
(ValueLayer valueLayer, ValueLayerStyleOGL style, saf.v3d.scene.VLayer layer)