Uses of Class
repast.simphony.ws.DisplayProperties
Packages that use DisplayProperties
-
Uses of DisplayProperties in repast.simphony.ws.gis
Fields in repast.simphony.ws.gis with type parameters of type DisplayPropertiesModifier and TypeFieldDescriptionprotected Map<Object,
DisplayProperties<?>> StyledLayerGIS.objMap
protected Map<Object,
DisplayProperties<RepastEdge<?>>> StyledNetLayerGIS.objMap
protected Map<Object,
DisplayProperties<?>> StyledLayerGIS.toBeAdded
protected Map<Object,
DisplayProperties<RepastEdge<?>>> StyledNetLayerGIS.toBeAdded
Methods in repast.simphony.ws.gis with parameters of type DisplayPropertiesModifier and TypeMethodDescriptionprotected void
StyledNetLayerGIS.appendUpdate
(StringBuilder builder, DisplayProperties<RepastEdge<?>> props, double[] source_loc, double[] target_loc) Method parameters in repast.simphony.ws.gis with type arguments of type DisplayPropertiesModifier and TypeMethodDescriptionprotected void
StyledLayerGIS.updateFromIterable
(StringBuilder builder, Iterable<DisplayProperties<?>> iter, boolean add) protected void
StyledNetLayerGIS.updateFromIterable
(StringBuilder builder, Layout layout, Iterable<DisplayProperties<RepastEdge<?>>> iter)