Uses of Class
adams.data.PageOrientation
-
-
Uses of PageOrientation in adams.data
Methods in adams.data that return PageOrientation Modifier and Type Method Description static PageOrientationPageOrientation. valueOf(String name)Returns the enum constant of this type with the specified name.static PageOrientation[]PageOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PageOrientation in adams.data.jai.transformer
Fields in adams.data.jai.transformer declared as PageOrientation Modifier and Type Field Description protected PageOrientationChangeOrientation. m_Orientationthe orientation for the image.Methods in adams.data.jai.transformer that return PageOrientation Modifier and Type Method Description PageOrientationChangeOrientation. getOrientation()Returns the page orientation.Methods in adams.data.jai.transformer with parameters of type PageOrientation Modifier and Type Method Description voidChangeOrientation. setOrientation(PageOrientation value)Sets the page orientation. -
Uses of PageOrientation in adams.flow.source
Fields in adams.flow.source declared as PageOrientation Modifier and Type Field Description protected PageOrientationPDFNewDocument. m_PageOrientationthe page orientation.Methods in adams.flow.source that return PageOrientation Modifier and Type Method Description PageOrientationPDFNewDocument. getPageOrientation()Returns the page orientation.Methods in adams.flow.source with parameters of type PageOrientation Modifier and Type Method Description voidPDFNewDocument. setPageOrientation(PageOrientation value)Sets the page orientation. -
Uses of PageOrientation in adams.flow.transformer
Fields in adams.flow.transformer declared as PageOrientation Modifier and Type Field Description protected PageOrientationPDFCreate. m_PageOrientationthe page orientation.Methods in adams.flow.transformer that return PageOrientation Modifier and Type Method Description PageOrientationPDFCreate. getPageOrientation()Returns the page orientation.Methods in adams.flow.transformer with parameters of type PageOrientation Modifier and Type Method Description voidPDFCreate. setPageOrientation(PageOrientation value)Sets the page orientation. -
Uses of PageOrientation in adams.flow.transformer.pdfgenerate
Fields in adams.flow.transformer.pdfgenerate declared as PageOrientation Modifier and Type Field Description protected PageOrientationProclets. m_PageOrientationthe page orientation.Methods in adams.flow.transformer.pdfgenerate that return PageOrientation Modifier and Type Method Description PageOrientationProclets. getPageOrientation()Returns the page orientation.Methods in adams.flow.transformer.pdfgenerate with parameters of type PageOrientation Modifier and Type Method Description voidProclets. setPageOrientation(PageOrientation value)Sets the page orientation. -
Uses of PageOrientation in adams.flow.transformer.pdfproclet
Fields in adams.flow.transformer.pdfproclet declared as PageOrientation Modifier and Type Field Description protected PageOrientationPDFGenerator. m_PageOrientationthe page orientation.Methods in adams.flow.transformer.pdfproclet that return PageOrientation Modifier and Type Method Description PageOrientationPDFGenerator. getPageOrientation()Returns the page orientation.Methods in adams.flow.transformer.pdfproclet with parameters of type PageOrientation Modifier and Type Method Description voidPDFGenerator. setPageOrientation(PageOrientation value)Sets the page orientation. -
Uses of PageOrientation in adams.gui.visualization.multiobjectexport
Fields in adams.gui.visualization.multiobjectexport declared as PageOrientation Modifier and Type Field Description protected PageOrientationPDFExport. m_PageOrientationthe page orientation.Methods in adams.gui.visualization.multiobjectexport that return PageOrientation Modifier and Type Method Description PageOrientationPDFExport. getPageOrientation()Returns the page orientation.Methods in adams.gui.visualization.multiobjectexport with parameters of type PageOrientation Modifier and Type Method Description voidPDFExport. setPageOrientation(PageOrientation value)Sets the page orientation.
-