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