[][src]Module printpdf::types::plugins::graphics

Module for graphics (line, polygon, 3D, etc.)

Re-exports

pub use self::two_dimensional::*;
pub use self::three_dimensional::*;
pub use self::ctm::*;
pub use self::ocg::*;
pub use self::color::*;
pub use self::icc_profile::*;
pub use self::extgstate::*;
pub use self::xobject::*;
pub use self::pattern::*;
pub use self::pdf_resources::*;

Modules

color

Color module (CMYK or RGB). Shared between 2D and 3D module.

ctm

Current transformation matrix, for transforming shapes (rotate, translate, scale)

extgstate

Extended graphics state, for advanced graphical operation (overprint, black point control, etc.)

icc_profile

ICC profile that can be embedded into a PDF

ocg
pattern
pdf_resources
three_dimensional

3D Graphics for Pdf (stub)

two_dimensional

2D elements for Pdf (stub), to be expanded

xobject