You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Todd Volkert (JIRA)" <ji...@apache.org> on 2009/09/02 17:11:32 UTC

[jira] Created: (PIVOT-269) Not all String to Color conversion are using GraphicsUtilities

Not all String to Color conversion are using GraphicsUtilities
--------------------------------------------------------------

                 Key: PIVOT-269
                 URL: https://issues.apache.org/jira/browse/PIVOT-269
             Project: Pivot
          Issue Type: Bug
          Components: wtk
    Affects Versions: 1.3
            Reporter: Todd Volkert
            Assignee: Todd Volkert
            Priority: Minor
             Fix For: 1.3.1


There are still some places in the codebase where we're using Color.decode() instead of GraphicsUtilities.decodeColor() or GraphicsUtilities.decodePaint().  We should switch over to these newer APIs to gain the benefit of string encoding of alpha channel colors and gradient paints.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (PIVOT-269) Not all String to Color conversion are using GraphicsUtilities

Posted by "Todd Volkert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Volkert resolved PIVOT-269.
--------------------------------

    Resolution: Fixed

> Not all String to Color conversion are using GraphicsUtilities
> --------------------------------------------------------------
>
>                 Key: PIVOT-269
>                 URL: https://issues.apache.org/jira/browse/PIVOT-269
>             Project: Pivot
>          Issue Type: Bug
>          Components: wtk
>    Affects Versions: 1.3
>            Reporter: Todd Volkert
>            Assignee: Todd Volkert
>            Priority: Minor
>             Fix For: 1.3.1
>
>
> There are still some places in the codebase where we're using Color.decode() instead of GraphicsUtilities.decodeColor() or GraphicsUtilities.decodePaint().  We should switch over to these newer APIs to gain the benefit of string encoding of alpha channel colors and gradient paints.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIVOT-269) Not all String to Color conversion are using GraphicsUtilities

Posted by "Todd Volkert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Volkert updated PIVOT-269:
-------------------------------

    Fix Version/s:     (was: 1.3.1)
                   1.3

> Not all String to Color conversion are using GraphicsUtilities
> --------------------------------------------------------------
>
>                 Key: PIVOT-269
>                 URL: https://issues.apache.org/jira/browse/PIVOT-269
>             Project: Pivot
>          Issue Type: Bug
>          Components: wtk
>    Affects Versions: 1.3
>            Reporter: Todd Volkert
>            Assignee: Todd Volkert
>            Priority: Minor
>             Fix For: 1.3
>
>
> There are still some places in the codebase where we're using Color.decode() instead of GraphicsUtilities.decodeColor() or GraphicsUtilities.decodePaint().  We should switch over to these newer APIs to gain the benefit of string encoding of alpha channel colors and gradient paints.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.