public static Line bottom() { Line xml = new Line(); xml.setOrientation(Orientation.bottom.toString()); return xml; }
public static Line top() { Line xml = new Line(); xml.setOrientation(Orientation.top.toString()); return xml; }