MessageDirectLayer improvements
-------------------------------

                 Key: GEOT-3927
                 URL: https://jira.codehaus.org/browse/GEOT-3927
             Project: GeoTools
          Issue Type: Improvement
          Components: render
            Reporter: Michael Bedward
            Assignee: Michael Bedward
             Fix For: 2.7.4, 8.0-M3


>From user list:

On 23 October 2011 08:51,  <lu...@plaintext.sk> wrote:
> Hello,
>
> I have used in 8.0-M2 version of geotools MessageDirectLayer class and here 
> are 
> my (I hope usefull) observations:
>
>  - private static final String COLOR = "color"; Should be made public
>
>  - add documentation to only one constructor:
>        /**
>         * <p>
>         * This class is able to do simplest watermark job. It will by default 
> display its
>         * message text in right botton corner of viewport.
>         * </p>
>         *
>         * <p>
>         * Sample code showing usage of this class:
>         * <code>
>         * MapContent map = new MapContent();
>         * DirectLayer dl = new MessageDirectLayer("Text to be displayed");
>         * dl.getUserData().put("color", Color.red);
>         * map.addLayer(dl);
>         * </code>
>         * </p>
>         *
>         * @param message       message text which should be displayed
>         */
>
>  - what about to use some default color when color setting not presented? If 
> user 
> does not set color property, it will print text with last used color, thus 
> with random 
> color...


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to