Uses of Interface
repast.simphony.valueLayer.ValueLayer
Packages that use ValueLayer
Package
Description
-
Uses of ValueLayer in repast.simphony.context
Methods in repast.simphony.context that return ValueLayerModifier 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.Methods in repast.simphony.context that return types with arguments of type ValueLayerModifier 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.Methods in repast.simphony.context with parameters of type ValueLayerModifier 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
Methods in repast.simphony.essentials that return ValueLayerModifier and TypeMethodDescriptionstatic ValueLayer
RepastEssentials.FindValueLayer
(String valueLayerPath) Finds the ValueLayer that matches the specified path.Methods in repast.simphony.essentials with parameters of type ValueLayerModifier 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
Constructors in repast.simphony.ui.probe with parameters of type ValueLayer -
Uses of ValueLayer in repast.simphony.valueLayer
Subinterfaces of ValueLayer in repast.simphony.valueLayerModifier and TypeInterfaceDescriptioninterface
Interface for grid style value layers.Classes in repast.simphony.valueLayer that implement ValueLayerModifier and TypeClassDescriptionclass
Implements a grid value layer with read and write buffers.class
A continuous value layer.class
A grid value layer.Methods in repast.simphony.valueLayer that return ValueLayer -
Uses of ValueLayer in repast.simphony.visualization
Fields in repast.simphony.visualization with type parameters of type ValueLayerMethods in repast.simphony.visualization that return types with arguments of type ValueLayerModifier 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
Fields in repast.simphony.visualization.editedStyle declared as ValueLayerMethods in repast.simphony.visualization.editedStyle with parameters of type ValueLayerModifier and TypeMethodDescriptionvoid
EditedValueLayerStyle2D.addValueLayer
(ValueLayer layer) void
EditedValueLayerStyleOGL2D.init
(ValueLayer layer) -
Uses of ValueLayer in repast.simphony.visualization.engine
Methods in repast.simphony.visualization.engine with parameters of type ValueLayerModifier and TypeMethodDescriptionvoid
VLStyleRegistrar.Registrar.register
(T style, ValueLayer layer) -
Uses of ValueLayer in repast.simphony.visualization.visualization2D
Fields in repast.simphony.visualization.visualization2D with type parameters of type ValueLayerModifier and TypeFieldDescriptionprotected Iterable<ValueLayer>
Display2D.valueLayers
Deprecated.Methods in repast.simphony.visualization.visualization2D with parameters of type ValueLayerModifier and TypeMethodDescriptionvoid
ValueDisplayLayer2D.addDataLayer
(ValueLayer layer) Deprecated.void
ValueDisplayLayer2D.init
(ValueLayer layer) Deprecated. -
Uses of ValueLayer in repast.simphony.visualization.visualization2D.style
Fields in repast.simphony.visualization.visualization2D.style declared as ValueLayerMethods in repast.simphony.visualization.visualization2D.style with parameters of type ValueLayerModifier 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
Methods in repast.simphony.visualization.visualization3D with parameters of type ValueLayerModifier and TypeMethodDescriptionvoid
DefaultValueDisplayLayer3D.addDataLayer
(ValueLayer layer) void
ValueDisplayLayer3D.addDataLayer
(ValueLayer layer) -
Uses of ValueLayer in repast.simphony.visualization.visualization3D.style
Methods in repast.simphony.visualization.visualization3D.style with parameters of type ValueLayerModifier and TypeMethodDescriptionvoid
DefaultValueLayerStyle3D.addValueLayer
(ValueLayer layer) Adds a value layer to this ValueLayerStyle. -
Uses of ValueLayer in repast.simphony.visualizationOGL2D
Fields in repast.simphony.visualizationOGL2D with type parameters of type ValueLayerModifier and TypeFieldDescriptionprotected Map<ValueLayer,
ValueLayerDisplayLayer> DisplayOGL2D.valueLayerStyleMap
Methods in repast.simphony.visualizationOGL2D with parameters of type ValueLayerModifier 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) Constructors in repast.simphony.visualizationOGL2D with parameters of type ValueLayerModifierConstructorDescriptionValueLayerDisplayLayer
(ValueLayer valueLayer, ValueLayerStyleOGL style, saf.v3d.scene.VLayer layer)