some very basic question

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
enrico
Posts: 49
Joined: Thu Jul 22, 2004 7:13 pm
Location: Shaanxi, P.R.China

some very basic question

Post by enrico » Fri Nov 19, 2004 1:38 pm

Does Point2D.Float(1.1, 1) and Point2D.Float(1.2, 1) locate on the same position when draw out?

If not, what does 1.1 pixel mean?
If does, what's the meaning for Point2D.Float? Point(int, int) works well...

Thanks in advance!

Regards,
enrico

Locked