クラス PDF2ImageMapper

  • すべての実装されたインタフェース:
    com.kazurayam.materialstore.map.Mapper

    public final class PDF2ImageMapper
    extends java.lang.Object
    implements com.kazurayam.materialstore.map.Mapper
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      PDF2ImageMapper()  
    • メソッドの概要

      すべてのメソッド インスタンス・メソッド concreteメソッド 
      修飾子とタイプ メソッド 説明
      void map​(com.kazurayam.materialstore.core.Material pdfMaterial)
      https://www.baeldung.com/pdf-conversions-java
      void setMappingListener​(com.kazurayam.materialstore.map.MappingListener listener)  
      void setStore​(com.kazurayam.materialstore.core.Store store)  
      • クラスから継承されたメソッド java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • コンストラクタの詳細

      • PDF2ImageMapper

        public PDF2ImageMapper()
    • メソッドの詳細

      • setStore

        public void setStore​(com.kazurayam.materialstore.core.Store store)
        定義:
        setStore インタフェース内 com.kazurayam.materialstore.map.Mapper
      • setMappingListener

        public void setMappingListener​(com.kazurayam.materialstore.map.MappingListener listener)
        定義:
        setMappingListener インタフェース内 com.kazurayam.materialstore.map.Mapper
      • map

        public void map​(com.kazurayam.materialstore.core.Material pdfMaterial)
                 throws com.kazurayam.materialstore.core.MaterialstoreException
        https://www.baeldung.com/pdf-conversions-java
        定義:
        map インタフェース内 com.kazurayam.materialstore.map.Mapper
        例外:
        com.kazurayam.materialstore.core.MaterialstoreException