Tabnine Logo
PNGEncodeParam$Gray.getBitDepth
Code IndexAdd Tabnine to your IDE (free)

How to use
getBitDepth
method
in
org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam$Gray

Best Java code snippets using org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam$Gray.getBitDepth (Showing top 4 results out of 315)

origin: fr.avianey.apache-xmlgraphics/batik

PNGEncodeParam.Gray paramg = (PNGEncodeParam.Gray)param;
if (paramg.isBitDepthSet()) {
  this.bitDepth = paramg.getBitDepth();
origin: org.apache.xmlgraphics/batik-codec

PNGEncodeParam.Gray paramg = (PNGEncodeParam.Gray)param;
if (paramg.isBitDepthSet()) {
  this.bitDepth = paramg.getBitDepth();
origin: liuyueyi/quick-media

PNGEncodeParam.Gray paramg = (PNGEncodeParam.Gray)param;
if (paramg.isBitDepthSet()) {
  this.bitDepth = paramg.getBitDepth();
origin: apache/batik

PNGEncodeParam.Gray paramg = (PNGEncodeParam.Gray)param;
if (paramg.isBitDepthSet()) {
  this.bitDepth = paramg.getBitDepth();
org.apache.batik.ext.awt.image.codec.pngPNGEncodeParam$GraygetBitDepth

Popular methods of PNGEncodeParam$Gray

  • <init>
    Constructs an instance of PNGEncodeParam.Gray.
  • getBackgroundGray
    Returns the suggested gray level of the background. If the background gray level has not previously
  • getBitShift
    Returns the desired bit shift for a grayscale image. If the bit shift has not previously been set, o
  • getTransparentGray
    Returns the gray value to be used to denote transparency. If the transparent gray value has not prev
  • isBitDepthSet
    Returns true if the bit depth has been set.
  • isBitShiftSet
    Returns true if the bit shift has been set.
  • setBackgroundGray
    Sets the suggested gray level of the background. The 'bKGD' chunk will encode this information.
  • setTransparentGray
    Sets the gray value to be used to denote transparency. Setting this attribute will cause the alpha c

Popular in Java

  • Updating database using SQL prepared statement
  • getSharedPreferences (Context)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • setRequestProperty (URLConnection)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • JFileChooser (javax.swing)
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now