Uses of Class
com.itextpdf.styledxmlparser.css.media.MediaDeviceDescription
Package
Description
-
Uses of MediaDeviceDescription in com.itextpdf.styledxmlparser.css
Modifier and TypeMethodDescriptionCssStyleSheet.getCssDeclarations
(INode node, MediaDeviceDescription deviceDescription) Gets the CSS declarations.CssNestedAtRule.getCssRuleSets
(INode node, MediaDeviceDescription deviceDescription) CssRuleSet.getCssRuleSets
(INode element, MediaDeviceDescription deviceDescription) CssStatement.getCssRuleSets
(INode node, MediaDeviceDescription deviceDescription) Gets a list ofCssRuleSet
objects.CssStyleSheet.getCssRuleSets
(INode node, MediaDeviceDescription deviceDescription) Gets the CSS rule sets. -
Uses of MediaDeviceDescription in com.itextpdf.styledxmlparser.css.media
Modifier and TypeMethodDescriptionstatic MediaDeviceDescription
MediaDeviceDescription.createDefault()
Creates the defaultMediaDeviceDescription
.static MediaDeviceDescription
MediaDeviceDescription.getDefault()
Gets defaultMediaDeviceDescription
instance.MediaDeviceDescription.setBitsPerComponent
(int bitsPerComponent) Sets the bits per component.MediaDeviceDescription.setColorIndex
(int colorIndex) Sets the color index.MediaDeviceDescription.setGrid
(boolean grid) Sets the grid value.MediaDeviceDescription.setHeight
(float height) Sets the height in points.MediaDeviceDescription.setMonochrome
(int monochrome) Sets the number of bits per pixel on a monochrome (greyscale) device.MediaDeviceDescription.setOrientation
(String orientation) Sets the orientation.MediaDeviceDescription.setResolution
(float resolution) Sets the resolution in DPI.Sets the scan value.MediaDeviceDescription.setWidth
(float width) Sets the width in points.Modifier and TypeMethodDescriptionCssMediaRule.getCssRuleSets
(INode element, MediaDeviceDescription deviceDescription) boolean
MediaExpression.matches
(MediaDeviceDescription deviceDescription) Tries to match aMediaDeviceDescription
.boolean
MediaQuery.matches
(MediaDeviceDescription deviceDescription) Tries to match a device description with the media query.boolean
CssMediaRule.matchMediaDevice
(MediaDeviceDescription deviceDescription) Tries to match a media device. -
Uses of MediaDeviceDescription in com.itextpdf.svg.processors
Modifier and TypeMethodDescriptionISvgConverterProperties.getMediaDeviceDescription()
Gets the media device description. -
Uses of MediaDeviceDescription in com.itextpdf.svg.processors.impl
Modifier and TypeMethodDescriptionSvgProcessorContext.getDeviceDescription()
Gets the device description.SvgConverterProperties.getMediaDeviceDescription()
Gets the media device description.Modifier and TypeMethodDescriptionSvgConverterProperties.setMediaDeviceDescription
(MediaDeviceDescription mediaDeviceDescription) Sets the media device description.