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