Namespace JXG.Options
↳ JXG.Options
Defined in: options.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Options Namespace
These are the default options of the board and of all geometry elements.
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
JXG.Options.board
Options that are used directly within the board class
|
| <static> |
JXG.Options.navbar
Options that are used for by the navigation bar
|
| <static> |
JXG.Options.shortcuts
Abbreviations of properties.
|
Namespace Detail
JXG.Options
Options Namespace
These are the default options of the board and of all geometry elements.
Field Detail
<static>
JXG.Options.board
Options that are used directly within the board class
<static>
JXG.Options.navbar
Options that are used for by the navigation bar
<static>
JXG.Options.shortcuts
Abbreviations of properties. Setting the shortcut means setting abbreviated properties
to the same value.
It is used in JXG.GeometryElement#setAttribute and in
the constructor JXG.GeometryElement.
Attention: In Options.js abbreviations are not allowed.
JSXGraph Reference
Elements