05_developer_tutorials:dev-guide:automatic-imports
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| 05_developer_tutorials:dev-guide:automatic-imports [2025/02/19 15:51] – removed - external edit (Unknown date) 127.0.0.1 | 05_developer_tutorials:dev-guide:automatic-imports [2025/02/19 15:51] (current) – ↷ Page moved from 04_developer_documentation:dev-guide:automatic-imports to 05_developer_tutorials:dev-guide:automatic-imports gaetan | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | Groimp enables to includes default imports in files when compiling them. These imports are defined in the registry under. ''/ | ||
| + | |||
| + | Currently only the rgg filter is modified, thus, all '' | ||
| + | |||
| + | The paths of default imports are : | ||
| + | * ''/ | ||
| + | * ''/ | ||
| + | * ''/ | ||
| + | |||
| + | **This page only list imports from the RGG plugin. Other plugin can includes default import by adding them in the registry under the paths above.** | ||
| + | |||
| + | ==== Package imports ==== | ||
| + | * java.lang | ||
| + | * de.grogra.xl.lang | ||
| + | * de.grogra.annotation | ||
| + | * de.grogra.rgg | ||
| + | * de.grogra.turtle | ||
| + | * de.grogra.imp3d.objects | ||
| + | * de.grogra.imp3d.shading | ||
| + | * de.grogra.math | ||
| + | * javax.vecmath | ||
| + | * de.grogra.pf.data | ||
| + | |||
| + | ==== Single type import ==== | ||
| + | * de.grogra.graph.impl.Node | ||
| + | * de.grogra.rgg.Attributes | ||
| + | * de.grogra.rgg.numeric.GraphODE | ||
| + | * de.grogra.rgg.numeric.Tolerance | ||
| + | |||
| + | ==== Static import ==== | ||
| + | * de.grogra.xl.util.Operators | ||
| + | * de.grogra.rgg.Library | ||
| + | * de.grogra.rgg.NumOperators | ||
| + | * de.grogra.vecmath.VecmathOperators | ||
| + | * de.grogra.imp3d.shading.RGBAShader | ||
| + | * de.grogra.pf.ui.ChartPanel | ||
| + | * de.grogra.turtle.TurtleState | ||
| + | * de.grogra.xl.impl.base.Graph | ||
| + | |||
