Uses of Enum Class
org.sejda.sambox.pdmodel.graphics.state.RenderingIntent
Packages that use RenderingIntent
-
Uses of RenderingIntent in org.sejda.sambox.pdmodel.graphics.state
Methods in org.sejda.sambox.pdmodel.graphics.state that return RenderingIntentModifier and TypeMethodDescriptionstatic RenderingIntentRenderingIntent.fromString(String value) PDExtendedGraphicsState.getRenderingIntent()This will get the rendering intent.PDGraphicsState.getRenderingIntent()This will get the rendering intent.static RenderingIntentReturns the enum constant of this class with the specified name.static RenderingIntent[]RenderingIntent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sejda.sambox.pdmodel.graphics.state with parameters of type RenderingIntentModifier and TypeMethodDescriptionvoidPDGraphicsState.setRenderingIntent(RenderingIntent value) This will set the rendering intent.