Search found 54 matches

by Dmitry
Mon Dec 07, 2015 6:59 pm
Forum: Java
Topic: Strange quetion
Replies: 6
Views: 39038

Re: Strange quetion

close last question

PNGFormat png = chart1.getExport().getImage().getPNG();
png.setWidth(parentTab.getSize().x - 10);
png.setHeight(parentTab.getSize().y - 100);
by Dmitry
Mon Dec 07, 2015 4:17 pm
Forum: Java
Topic: Strange quetion
Replies: 6
Views: 39038

Re: Strange quetion

How set size for export chart?

chart1.setSize(800, 600) is not working;
by Dmitry
Mon Dec 07, 2015 4:00 pm
Forum: Java
Topic: Strange quetion
Replies: 6
Views: 39038

Re: Strange quetion

thank you
run to realize
by Dmitry
Thu Dec 03, 2015 2:24 pm
Forum: Java
Topic: Strange quetion
Replies: 6
Views: 39038

Re: Strange quetion

hmmm
example pls
now new TChart(Composite , style)
but I want render chart without parent composite
How to do it?
by Dmitry
Tue Dec 01, 2015 3:58 pm
Forum: Java
Topic: Strange quetion
Replies: 6
Views: 39038

Strange quetion

Can i render chart not throw SWT/AWT/Swing widget but directly to image?
I want use RAP ( https://www.eclipse.org/rap/ ) and need ready image only
by Dmitry
Sat Oct 17, 2015 8:26 am
Forum: Java
Topic: chart in real time
Replies: 4
Views: 31009

Re: chart in real time

thank you
be sure to look
although I have already realized myself
by Dmitry
Fri Oct 16, 2015 12:46 pm
Forum: Java
Topic: chart in real time
Replies: 4
Views: 31009

Re: chart in real time

Yeray, help me realize classic speed chart
1. chart have to move left to right
2. datas must classes fifo

Dmitry
by Dmitry
Thu Oct 15, 2015 12:50 pm
Forum: Java
Topic: Blur fonts in OS x
Replies: 0
Views: 22543

Blur fonts in OS x

Hi
Have you decide a problem with blur font in OS X?
In windows That's all right

Dmitry
by Dmitry
Wed Feb 25, 2015 3:09 pm
Forum: Java
Topic: chart in real time
Replies: 4
Views: 31009

chart in real time

Can I with Steeama create dynamic chart per time period ? Example any speed of something in real time
Dmitry
by Dmitry
Tue Sep 09, 2014 11:06 am
Forum: Java
Topic: Blur fonts
Replies: 9
Views: 42818

Re: Blur fonts

And it doesn't help me
look at http://docs.oracle.com/javase/tutorial/ ... hints.html
Possible you can change parameter for rendering font in java2d or give a possibility to change this parameter
Best regard
by Dmitry
Sun Sep 07, 2014 1:44 pm
Forum: Java
Topic: Blur fonts
Replies: 9
Views: 42818

Re: Blur fonts

didn't hel me

Can I change type of font (Monaco, Colibri and etc) for elements?
by Dmitry
Thu Sep 04, 2014 6:03 pm
Forum: Java
Topic: Blur fonts
Replies: 9
Views: 42818

Re: Blur fonts

no zooming!!!

I had same the issue for my application
help me to set <key>NSHighResolutionCapable</key> in info.plist in my case
Try view your swt chart example on retina
by Dmitry
Wed Aug 06, 2014 7:55 pm
Forum: Java
Topic: Blur fonts
Replies: 9
Views: 42818

Re: Blur fonts

one more screenshot
by Dmitry
Wed Aug 06, 2014 7:53 pm
Forum: Java
Topic: Blur fonts
Replies: 9
Views: 42818

Re: Blur fonts

builded swt examples
too same
bluuuur
by Dmitry
Tue Aug 05, 2014 8:57 am
Forum: Java
Topic: Blur fonts
Replies: 9
Views: 42818

Blur fonts

Hello.
In Mac OS font inside charts have blur fonts.
How does it fixed?
p.s.
In windows is all ok
Dmitry