You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xmlgraphics.apache.org by Jeremias Maerki <de...@jeremias-maerki.ch> on 2010/06/08 13:45:06 UTC

Can we move color classes before the release?

I'm currently looking into color issues and see some additional
color-related classes coming up in the future. At the moment, what we
have is in org.apache.xmlgraphics.java2d but I think it's better to move
them to a new package org.apache.xmlgraphics.java2d.color now that we
still can before their first release. That will avoid mixing too many
things in the java2d package and another round of deprecation once the
package gets really crowded. The only class that would need to be
deprecated because it's already in 1.3.1 is CMYKColorSpace.

Any objections?

Thanks,
Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org


Re: Can we move color classes before the release?

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
Done, now that the SVN repo is back up again.

Tomorrow I plan to clean up a few things, since it seems that some
FOP-specifics made it into XGC. Furthermore, I want to take a closer
look at ColorExt which to me is still a bit suspect. Stuff like the fact
that it carries an RGB fallback value while the Color class itself
already has an sRGB value.

On 14.06.2010 09:01:18 Jeremias Maerki wrote:
> Thanks, Simon (and Julien) for your feedback. I'll go forward with this
> now.
> 
> On 09.06.2010 08:03:22 Simon Pepping wrote:
> > I can merge all changes into the branch before I resume the release
> > work.
> > 
> > Simon
> > 
> > On Tue, Jun 08, 2010 at 04:11:17PM +0400, Julien Aymé wrote:
> > > I think this is a good idea indeed :
> > > the code base will be clearer that way.
> > > 
> > > Keep up the good work ;-),
> > > Regards,
> > > Julien
> > > 
> > > 2010/6/8 Jeremias Maerki <de...@jeremias-maerki.ch>:
> > > > I'm currently looking into color issues and see some additional
> > > > color-related classes coming up in the future. At the moment, what we
> > > > have is in org.apache.xmlgraphics.java2d but I think it's better to move
> > > > them to a new package org.apache.xmlgraphics.java2d.color now that we
> > > > still can before their first release. That will avoid mixing too many
> > > > things in the java2d package and another round of deprecation once the
> > > > package gets really crowded. The only class that would need to be
> > > > deprecated because it's already in 1.3.1 is CMYKColorSpace.
> > > >
> > > > Any objections?
> > > >
> > > > Thanks,
> > > > Jeremias Maerki
> > 
> > -- 
> > Simon Pepping
> > home page: http://www.leverkruid.eu
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
> > For additional commands, e-mail: general-help@xmlgraphics.apache.org
> 
> 
> 
> 
> Jeremias Maerki
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: general-help@xmlgraphics.apache.org
> 




Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org


Re: Can we move color classes before the release?

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
Thanks, Simon (and Julien) for your feedback. I'll go forward with this
now.

On 09.06.2010 08:03:22 Simon Pepping wrote:
> I can merge all changes into the branch before I resume the release
> work.
> 
> Simon
> 
> On Tue, Jun 08, 2010 at 04:11:17PM +0400, Julien Aymé wrote:
> > I think this is a good idea indeed :
> > the code base will be clearer that way.
> > 
> > Keep up the good work ;-),
> > Regards,
> > Julien
> > 
> > 2010/6/8 Jeremias Maerki <de...@jeremias-maerki.ch>:
> > > I'm currently looking into color issues and see some additional
> > > color-related classes coming up in the future. At the moment, what we
> > > have is in org.apache.xmlgraphics.java2d but I think it's better to move
> > > them to a new package org.apache.xmlgraphics.java2d.color now that we
> > > still can before their first release. That will avoid mixing too many
> > > things in the java2d package and another round of deprecation once the
> > > package gets really crowded. The only class that would need to be
> > > deprecated because it's already in 1.3.1 is CMYKColorSpace.
> > >
> > > Any objections?
> > >
> > > Thanks,
> > > Jeremias Maerki
> 
> -- 
> Simon Pepping
> home page: http://www.leverkruid.eu
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: general-help@xmlgraphics.apache.org




Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org


Re: Can we move color classes before the release?

Posted by Simon Pepping <sp...@leverkruid.eu>.
I can merge all changes into the branch before I resume the release
work.

Simon

On Tue, Jun 08, 2010 at 04:11:17PM +0400, Julien Aymé wrote:
> I think this is a good idea indeed :
> the code base will be clearer that way.
> 
> Keep up the good work ;-),
> Regards,
> Julien
> 
> 2010/6/8 Jeremias Maerki <de...@jeremias-maerki.ch>:
> > I'm currently looking into color issues and see some additional
> > color-related classes coming up in the future. At the moment, what we
> > have is in org.apache.xmlgraphics.java2d but I think it's better to move
> > them to a new package org.apache.xmlgraphics.java2d.color now that we
> > still can before their first release. That will avoid mixing too many
> > things in the java2d package and another round of deprecation once the
> > package gets really crowded. The only class that would need to be
> > deprecated because it's already in 1.3.1 is CMYKColorSpace.
> >
> > Any objections?
> >
> > Thanks,
> > Jeremias Maerki

-- 
Simon Pepping
home page: http://www.leverkruid.eu

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org


Re: Can we move color classes before the release?

Posted by Julien Aymé <ju...@gmail.com>.
I think this is a good idea indeed :
the code base will be clearer that way.

Keep up the good work ;-),
Regards,
Julien

2010/6/8 Jeremias Maerki <de...@jeremias-maerki.ch>:
> I'm currently looking into color issues and see some additional
> color-related classes coming up in the future. At the moment, what we
> have is in org.apache.xmlgraphics.java2d but I think it's better to move
> them to a new package org.apache.xmlgraphics.java2d.color now that we
> still can before their first release. That will avoid mixing too many
> things in the java2d package and another round of deprecation once the
> package gets really crowded. The only class that would need to be
> deprecated because it's already in 1.3.1 is CMYKColorSpace.
>
> Any objections?
>
> Thanks,
> Jeremias Maerki
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: general-help@xmlgraphics.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org