ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Anti-aliasing in Java.
Posted by Jaideep on Mar-04-2011 04:19
Hi,
We use both the .Net and the Java flavors of chartdirector.
I recently figured that we could use
chart.setAntiAlias(True,Chart.ClearType)
to force anti-aliasing of all fonts in .Net, while that works great in .Net - it does not in Java - is there a way to achieve the same in Java? am i missing something.

Please let me know.

thanks,
Jaideep.

  Re: Anti-aliasing in Java.
Posted by Peter Kwan on Mar-04-2011 19:21
Hi Jaideep,

Chart.ClearType is an undocumented feature only available in ChartDirector for .NET. For Java, the only support normal anit-alias (using Chart.AntiAlias).

Note that anti-alias font works only if your Java VM supports anti-alias. It depends on your Java brand and version, and your OS. See:

http://www.chartdir.com/forum/download_thread.php?bn=chartdir_support&thread=1262673425#N1262707686

Hope this can help.

Regards
Peter Kwan