Packages

c

org.wabase.PdfRenderer

FontResourceLoader

class FontResourceLoader extends ITextUserAgent

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FontResourceLoader
  2. ITextUserAgent
  3. NaiveUserAgent
  4. DocumentListener
  5. UserAgentCallback
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FontResourceLoader(outputDevice: ITextOutputDevice)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearImageCache(): Unit
    Definition Classes
    NaiveUserAgent
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def createImageResource(arg0: String, arg1: Image): ImageResource
    Attributes
    protected[swing]
    Definition Classes
    NaiveUserAgent
  8. def documentLoaded(): Unit
    Definition Classes
    NaiveUserAgent → DocumentListener
  9. def documentStarted(): Unit
    Definition Classes
    NaiveUserAgent → DocumentListener
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def getBaseURL(): String
    Definition Classes
    NaiveUserAgent → UserAgentCallback
  13. def getBinaryResource(arg0: String): Array[Byte]
    Definition Classes
    NaiveUserAgent → UserAgentCallback
    Annotations
    @javax.annotation.Nullable() @javax.annotation.CheckReturnValue()
  14. def getCSSResource(arg0: String): CSSResource
    Definition Classes
    NaiveUserAgent → UserAgentCallback
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getImageResource(arg0: String): ImageResource
    Definition Classes
    ITextUserAgent → NaiveUserAgent → UserAgentCallback
  17. def getXMLResource(arg0: String): XMLResource
    Definition Classes
    NaiveUserAgent → UserAgentCallback
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isVisited(arg0: String): Boolean
    Definition Classes
    NaiveUserAgent → UserAgentCallback
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def needsRedirect(arg0: Int): Boolean
    Attributes
    protected[swing]
    Definition Classes
    NaiveUserAgent
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def onHttpConnection(arg0: HttpURLConnection): URLConnection
    Attributes
    protected[swing]
    Definition Classes
    NaiveUserAgent
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  26. def onLayoutException(arg0: Throwable): Unit
    Definition Classes
    NaiveUserAgent → DocumentListener
  27. def onRenderException(arg0: Throwable): Unit
    Definition Classes
    NaiveUserAgent → DocumentListener
  28. def openConnection(arg0: String): URLConnection
    Attributes
    protected[swing]
    Definition Classes
    NaiveUserAgent
    Annotations
    @throws( classOf[java.io.IOException] )
  29. def openStream(arg0: String): InputStream
    Attributes
    protected[swing]
    Definition Classes
    NaiveUserAgent
    Annotations
    @throws( classOf[java.io.IOException] )
  30. def resolveAndOpenStream(uri: String): InputStream
    Definition Classes
    FontResourceLoader → NaiveUserAgent
  31. def resolveURI(arg0: String): String
    Definition Classes
    NaiveUserAgent → UserAgentCallback
    Annotations
    @javax.annotation.Nullable() @javax.annotation.CheckReturnValue()
  32. def setBaseURL(arg0: String): Unit
    Definition Classes
    NaiveUserAgent → UserAgentCallback
  33. def shrinkImageCache(): Unit
    Definition Classes
    NaiveUserAgent
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from ITextUserAgent

Inherited from NaiveUserAgent

Inherited from DocumentListener

Inherited from UserAgentCallback

Inherited from AnyRef

Inherited from Any

Ungrouped