Esempio n. 1
0
 public DrawingGlyph createGlyph(DrawingControl control, DisplayEvent event)
     throws VisADException, RemoteException {
   return new PolyGlyph(control, event, !control.getStraight());
 }
Esempio n. 2
0
 public DrawingGlyph createGlyph(DrawingControl control, DisplayEvent event)
     throws VisADException, RemoteException {
   PolyGlyph glyph = new PolyGlyph(control, event, !control.getStraight());
   glyph.setClosed(true);
   return glyph;
 }