Exemple #1
0
 public DrawingGlyph createGlyph(DrawingControl control, DisplayEvent event)
     throws VisADException, RemoteException {
   TextGlyph glyph = new TextGlyph(control, event, "");
   ((TextGlyph) glyph).setShowMarker(true);
   return glyph;
 }