| Package | org.openscales.core.style |
| Class | public class Style |
| Property | Defined by | ||
|---|---|---|---|
| name : String
A name for the style
| Style | ||
| rules : Array
The list of the rules defining the style
| Style | ||
| Method | Defined by | ||
|---|---|---|---|
|
Style()
Class constructor. It defines default values for the attributes. | Style | ||
| Style | |||
|
[static]
| Style | ||
|
[static]
| Style | ||
|
[static]
| Style | ||
|
[static]
| Style | ||
|
[static]
| Style | ||
|
[static]
| Style | ||
| name | property |
name:String [read-write]A name for the style
Implementation public function get name():String
public function set name(value:String):void
| rules | property |
rules:Array [read-write]The list of the rules defining the style
Implementation public function get rules():Array
public function set rules(value:Array):void
| Style | () | constructor |
public function Style()
Class constructor.
It defines default values for the attributes.
| clone | () | method |
| getDefaultCircleStyle | () | method |
| getDefaultLineStyle | () | method |
| getDefaultPointStyle | () | method |
| getDefaultSurfaceStyle | () | method |
| getDrawLineStyle | () | method |
| getDrawSurfaceStyle | () | method |