Ejemplo n.º 1
0
 public LayerString addLayerString()
 {
     LayerString l = new LayerString(g);
     cs.add(l);
     drawAgain();
     return l;
 }
Ejemplo n.º 2
0
 public HyperString(IDrawable text, IDrawable hyperText, LayerString layer)
 {
     this.text = text;
     this.hyperText = hyperText;
     this.layer = layer;
 }