[JPP-Devel] method paint

2006-07-23 Thread Alessandro Anselmi
Hi list I have a problem. I've just implemented a class that extends VertexStyle (a particular vertex style that paint three circular concentric crowns for every point in the layer) My problem is that I need the circular crowns to be painted even if the point is not in the layer view panel (bec

Re: [JPP-Devel] method paint

2006-07-23 Thread Jonathan Aquino
Hi Alessandro--since VertexStyles only paint visible vertices, how about instead writing a general Style--those get painted when part of the feature is in view. In fact, you could simply make a Style that calls your VertexStyle for all vertices, visible or not. (Another alternative is to write a R