gxp.StrokeSymbolizer¶
-
class
gxp.StrokeSymbolizer(config)¶ Form for configuring a symbolizer stroke.
Config Options¶
Configuration properties in addition to those listed for Ext.FormPanel.
-
checkboxToggle BooleanSet to false if the “Fill” fieldset should not be toggleable. Default is true.
-
colorManager FunctionOptional color manager constructor to be used as a plugin for the color field.
-
dashStyles Array(Array)A list of [value, name] pairs for stroke dash styles. The first item in each list is the value and the second is the display name. Default is [[“solid”, “solid”], [“2 4”, “dash”], [“1 4”, “dot”]].
-
defaultColor StringDefault background color for the Color field. This color will be displayed when no strokeColor value for the symbolizer is available. Defaults to thestrokeColorproperty ofOpenLayers.Renderer.defaultSymbolizer.
-
symbolizer ObjectA symbolizer object that will be used to fill in form values. This object will be modified when values change. Clone first if you do not want your symbolizer modified.