Uses of Enum Class
be.gaudry.model.disposition.EPageOrientation
Packages that use 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
Methods in be.gaudry.model.disposition that return EPageOrientationModifier 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
Methods in be.gaudry.swing.component.table.output.control that return EPageOrientation -
Uses of EPageOrientation in be.gaudry.swing.component.table.output.factory
Fields in be.gaudry.swing.component.table.output.factory declared as EPageOrientationMethods in be.gaudry.swing.component.table.output.factory that return EPageOrientationMethods in be.gaudry.swing.component.table.output.factory with parameters of type EPageOrientationModifier and TypeMethodDescriptionvoid
AbstractTableOutput.setPageOrientation(EPageOrientation pageOrientation)