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 TypeMethodDescriptionvoidAbstractContext.addValueLayer(ValueLayer valueLayer) Adds the specified ValueLayer to this Context.voidContext.addValueLayer(ValueLayer valueLayer) Adds the specified ValueLayer to this Context.voidFormerDefaultContext.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 ValueLayerRepastEssentials.FindValueLayer(String valueLayerPath) Finds the ValueLayer that matches the specified path.Methods in repast.simphony.essentials with parameters of type ValueLayerModifier and TypeMethodDescriptionstatic voidRepastEssentials.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 TypeInterfaceDescriptioninterfaceInterface for grid style value layers.Classes in repast.simphony.valueLayer that implement ValueLayerModifier and TypeClassDescriptionclassImplements a grid value layer with read and write buffers.classA continuous value layer.classA 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 TypeMethodDescriptionvoidEditedValueLayerStyle2D.addValueLayer(ValueLayer layer) voidEditedValueLayerStyleOGL2D.init(ValueLayer layer) -
Uses of ValueLayer in repast.simphony.visualization.engine
Methods in repast.simphony.visualization.engine with parameters of type ValueLayerModifier and TypeMethodDescriptionvoidVLStyleRegistrar.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.valueLayersDeprecated.Methods in repast.simphony.visualization.visualization2D with parameters of type ValueLayerModifier and TypeMethodDescriptionvoidValueDisplayLayer2D.addDataLayer(ValueLayer layer) Deprecated.voidValueDisplayLayer2D.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 TypeMethodDescriptionvoidDefaultValueLayerStyle.addValueLayer(ValueLayer layer) Deprecated.Adds a value layer to this ValueLayerStyle.voidValueLayerStyle.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 TypeMethodDescriptionvoidDefaultValueDisplayLayer3D.addDataLayer(ValueLayer layer) voidValueDisplayLayer3D.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 TypeMethodDescriptionvoidDefaultValueLayerStyle3D.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.valueLayerStyleMapMethods in repast.simphony.visualizationOGL2D with parameters of type ValueLayerModifier and TypeMethodDescriptionvoidValueLayerStyleOGL.init(ValueLayer layer) Initializes this style with the specified ValueLayer.voidDisplayOGL2D.registerValueLayerStyle(ValueLayer layer, ValueLayerStyleOGL style) Registers the specified style and layer for display.voidValueLayerDisplayLayer.resetLayer(ValueLayer valueLayer, ValueLayerStyleOGL style) Constructors in repast.simphony.visualizationOGL2D with parameters of type ValueLayerModifierConstructorDescriptionValueLayerDisplayLayer(ValueLayer valueLayer, ValueLayerStyleOGL style, saf.v3d.scene.VLayer layer)