Tabnine Logo
PtrCapabilities3.getBackImageColorFormats
Code IndexAdd Tabnine to your IDE (free)

How to use
getBackImageColorFormats
method
in
at.o2xfs.xfs.v3_00.ptr.PtrCapabilities3

Best Java code snippets using at.o2xfs.xfs.v3_00.ptr.PtrCapabilities3.getBackImageColorFormats (Showing top 5 results out of 315)

origin: AndreasFagschlunger/O2Xfs

  @Override
  public String toString() {
    return new ToStringBuilder(this)
        .append("serviceClass", getServiceClass())
        .append("types", getTypes())
        .append("compound", isCompound())
        .append("resolutions", getResolutions())
        .append("readForms", getReadForms())
        .append("writeForms", getWriteForms())
        .append("extents", getExtents())
        .append("controls", getControls())
        .append("maxMediaOnStacker", getMaxMediaOnStacker())
        .append("acceptMedia", isAcceptMedia())
        .append("multiPage", isMultiPage())
        .append("paperSources", getPaperSources())
        .append("mediaTaken", isMediaTaken())
        .append("retractBins", getRetractBins())
        .append("maxRetract", getMaxRetract())
        .append("imageTypes", getImageTypes())
        .append("frontImageColorFormats", getFrontImageColorFormats())
        .append("backImageColorFormats", getBackImageColorFormats())
        .append("codelineFormats", getCodelineFormats())
        .append("imageSources", getImageSources())
        .append("charSupport", getCharSupport())
        .append("dispensePaper", isDispensePaper())
        .append("extra", getExtra())
        .toString();
  }
}
origin: AndreasFagschlunger/O2Xfs

@Override
public int hashCode() {
  return new HashCodeBuilder()
      .append(getServiceClass())
      .append(getTypes())
      .append(isCompound())
      .append(getResolutions())
      .append(getReadForms())
      .append(getWriteForms())
      .append(getExtents())
      .append(getControls())
      .append(getMaxMediaOnStacker())
      .append(isAcceptMedia())
      .append(isMultiPage())
      .append(getPaperSources())
      .append(isMediaTaken())
      .append(getRetractBins())
      .append(getMaxRetract())
      .append(getImageTypes())
      .append(getFrontImageColorFormats())
      .append(getBackImageColorFormats())
      .append(getCodelineFormats())
      .append(getImageSources())
      .append(getCharSupport())
      .append(isDispensePaper())
      .append(getExtra())
      .toHashCode();
}
origin: AndreasFagschlunger/O2Xfs

.append(getImageTypes(), ptrCapabilities3.getImageTypes())
.append(getFrontImageColorFormats(), ptrCapabilities3.getFrontImageColorFormats())
.append(getBackImageColorFormats(), ptrCapabilities3.getBackImageColorFormats())
.append(getCodelineFormats(), ptrCapabilities3.getCodelineFormats())
.append(getImageSources(), ptrCapabilities3.getImageSources())
origin: AndreasFagschlunger/O2Xfs

addRow("ImageType", caps.getImageTypes());
addRow("FrontImageColorFormat", caps.getFrontImageColorFormats());
addRow("BackImageColorFormat", caps.getBackImageColorFormats());
addRow("CodelineFormat", caps.getCodelineFormats());
addRow("ImageSource", caps.getImageSources());
origin: AndreasFagschlunger/O2Xfs

protected void set(PtrCapabilities3 copy) {
  serviceClass.set(copy.getServiceClass());
  types.set(copy.getTypes());
  compound.set(copy.isCompound());
  resolutions.set(copy.getResolutions());
  readForms.set(copy.getReadForms());
  writeForms.set(copy.getWriteForms());
  extents.set(copy.getExtents());
  controls.set(copy.getControls());
  maxMediaOnStacker.set(copy.getMaxMediaOnStacker());
  acceptMedia.set(copy.isAcceptMedia());
  multiPage.set(copy.isMultiPage());
  paperSources.set(copy.getPaperSources());
  mediaTaken.set(copy.isMediaTaken());
  retractBins.set(copy.getRetractBins());
  maxRetract.pointTo(new UShortArray(copy.getMaxRetract()));
  imageTypes.set(copy.getImageTypes());
  frontImageColorFormats.set(copy.getFrontImageColorFormats());
  backImageColorFormats.set(copy.getBackImageColorFormats());
  codelineFormats.set(copy.getCodelineFormats());
  imageSources.set(copy.getImageSources());
  charSupport.set(copy.getCharSupport());
  dispensePaper.set(copy.isDispensePaper());
  extra.set(copy.getExtra());
}
at.o2xfs.xfs.v3_00.ptrPtrCapabilities3getBackImageColorFormats

Popular methods of PtrCapabilities3

  • getReadForms
  • <init>
  • getCharSupport
  • getCodelineFormats
  • getControls
  • getExtents
  • getExtra
  • getFrontImageColorFormats
  • getImageSources
  • getImageTypes
  • getMaxMediaOnStacker
  • getPaperSources
  • getMaxMediaOnStacker,
  • getPaperSources,
  • getResolutions,
  • getServiceClass,
  • getTypes,
  • getWriteForms,
  • isAcceptMedia,
  • isCompound,
  • isDispensePaper

Popular in Java

  • Reading from database using SQL prepared statement
  • onCreateOptionsMenu (Activity)
  • requestLocationUpdates (LocationManager)
  • getSupportFragmentManager (FragmentActivity)
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • Notification (javax.management)
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Top plugins for WebStorm
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