point and line mode
Celine Gestas
celine.gestas at gmail.com
Mon Mar 26 14:27:08 MDT 2007
I have already two DataReferences, one for my collection of points and the
other for the line. But the problem is that the application enables to use a
log scale (on X or on Y or both). I can manage to display correctly the line
using the log scale but points are displayed but does not fit to the log
scale, they seem to keep the default scale. That is why I as thinking to use
the point mode of the GraphicsModeControl (maybe extending it) because when
I use the point mode, points (so the line) fit to the log scale ...
2007/3/26, Curtis Rueden <ctrueden at wisc.edu>:
>
> Hi Celine,
>
> It would almost certainly be easiest to use ConstantMaps, with one
> DataReference for your collection of points, and another one for your
> line or collection of lines. Is there some reason you want to avoid
> having separate DataReferences?
>
> -Curtis
>
> On 3/26/07, Celine Gestas <celine.gestas at gmail.com> wrote:
> > Hi,
> >
> > I would like to work with a graphics mode control which enables to use a
> > mode point and a line point at the same time instead of defining a set
> of
> > points and a line. Do you think I can extend the GraphicsModeControl
> class ?
> > If I can, do you have any idea of the way I can manage to do it ?
> >
> > Than you,
> >
> > Celine Gestas
> >
>
More information about the visad
mailing list