Uses of Enum Class
be.gaudry.model.disposition.EPageOrientation
Package
Description
Provides the classes necessary to define how (where) to show or to export some information.
-
Uses of EPageOrientation in be.gaudry.model.disposition
Modifier and TypeMethodDescriptionstatic EPageOrientation
EPageOrientation.fromInt(int key)
static EPageOrientation
Returns the enum constant of this class with the specified name.static EPageOrientation[]
EPageOrientation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EPageOrientation in be.gaudry.swing.component.table.output.control
-
Uses of EPageOrientation in be.gaudry.swing.component.table.output.factory
Modifier and TypeMethodDescriptionvoid
AbstractTableOutput.setPageOrientation(EPageOrientation pageOrientation)