de.erichseifert.gral.graphics.layout
Interface OrientedLayout
-
- All Superinterfaces:
- Layout, java.io.Serializable
- All Known Implementing Classes:
- AbstractOrientedLayout, StackedLayout
public interface OrientedLayout extends Layout
Represents a layout with a specific orientation.- See Also:
Orientation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description OrientationgetOrientation()Returns the layout direction.voidsetOrientation(Orientation orientation)Sets the layout direction.
-
-
-
Method Detail
-
getOrientation
Orientation getOrientation()
Returns the layout direction.- Returns:
- Layout orientation.
-
setOrientation
void setOrientation(Orientation orientation)
Sets the layout direction.- Parameters:
orientation- Layout orientation.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG