root/tags/OMERO.insight_3_Beta1/config/hiviewer.xml
| Revision 4642, 1.7 kB (checked in by jburel, 2 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <agent name="Hierarchy Viewer"> |
| 3 | <resources> |
| 4 | <iconFactories> |
| 5 | <!-- This entry is turned into an instance of: |
| 6 | org.openmicroscopy.shoola.env.config.IconFactory |
| 7 | This object can then be used to retrieve any image file within |
| 8 | the directory pointed by the location tag. --> |
| 9 | <structuredEntry name="/resources/icons/Factory" type = "icons"> |
| 10 | <!-- The location tag specifies the FQN of the package that contains |
| 11 | the icon files. --> |
| 12 | <location>org.openmicroscopy.shoola.agents.hiviewer.graphx</location> |
| 13 | </structuredEntry> |
| 14 | |
| 15 | </iconFactories> |
| 16 | <fonts> |
| 17 | <!-- This entry is turned into an instance of java.awt.Font. --> |
| 18 | <structuredEntry name="/resources/fonts/Titles" type="font"> |
| 19 | <family>SansSerif</family> |
| 20 | <size>12</size> |
| 21 | <style>bold</style> |
| 22 | </structuredEntry> |
| 23 | </fonts> |
| 24 | <colors> |
| 25 | <!-- This entry is turned into an instance of java.awt.Color. --> |
| 26 | <structuredEntry name="/resources/colors/TitleBarHighlight" type="color"> |
| 27 | <red>0</red> |
| 28 | <green>0</green> |
| 29 | <blue>255</blue> |
| 30 | </structuredEntry> |
| 31 | <structuredEntry name="/resources/colors/TitleBar" type="color"> |
| 32 | <red>189</red> |
| 33 | <green>210</green> |
| 34 | <blue>230</blue> |
| 35 | </structuredEntry> |
| 36 | <structuredEntry name="/resources/colors/AnnotatedHighlight" type="color"> |
| 37 | <red>0</red> |
| 38 | <green>255</green> |
| 39 | <blue>0</blue> |
| 40 | </structuredEntry> |
| 41 | <structuredEntry name="/resources/colors/Annotated" type="color"> |
| 42 | <red>102</red> |
| 43 | <green>255</green> |
| 44 | <blue>102</blue> |
| 45 | </structuredEntry> |
| 46 | <structuredEntry name="/resources/colors/RegExHighlight" type="color"> |
| 47 | <red>255</red> |
| 48 | <green>0</green> |
| 49 | <blue>0</blue> |
| 50 | </structuredEntry> |
| 51 | </colors> |
| 52 | </resources> |
| 53 | </agent> |
Note: See TracBrowser
for help on using the browser.
