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