Reserve Areas of the Screen from the Labelling process
------------------------------------------------------

                 Key: GEOT-2281
                 URL: http://jira.codehaus.org/browse/GEOT-2281
             Project: GeoTools
          Issue Type: New Feature
          Components: core render
    Affects Versions: 2.6-M0
            Reporter: Jody Garnett
            Assignee: Jody Garnett


LabelCache (and friends) keep track of areas of the screen while sorting out 
where labels can go. We need to be able to predefine some areas of the screen 
as off limits. In uDig we have scalebars, and north arrows and legends on top 
of our map .. we need to provide a facility for the labels not to "shine 
through" these other artifacts.

{code}
interface  LabelCache {
  ...
  public void put( Rectangle2D area );
  ...
}
{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to