• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/tags/OMERO.insight_3_Beta1/config/imviewer.xml

Revision 3435, 0.9 kB (checked in by jburel, 2 years ago)

initial commit

Line 
1<?xml version="1.0" encoding="utf-8"?>
2<agent name="ImViewer">
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.imviewer.graphx</location>
13       </structuredEntry>
14     </iconFactories>
15     <fonts>
16       <!-- This entry is turned into an instance of java.awt.Font. --> 
17       <structuredEntry name="/resources/fonts/Titles" type="font">
18         <family>SansSerif</family>
19         <size>12</size>
20         <style>bold</style>
21       </structuredEntry>
22     </fonts>
23   </resources>
24</agent>
Note: See TracBrowser for help on using the browser.

Download in other formats:

  • Plain Text
  • Original Format

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/