Exemplo n.º 1
0
 public static Line bottom() {
   Line xml = new Line();
   xml.setOrientation(Orientation.bottom.toString());
   return xml;
 }
Exemplo n.º 2
0
 public static Line top() {
   Line xml = new Line();
   xml.setOrientation(Orientation.top.toString());
   return xml;
 }