trait FeatureOps[Out] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FeatureOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def F: (Feature) => Out
    Attributes
    protected

Concrete 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. final def aspectRatio(v: Ratio): Out
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def color(v: ColorBits): Out
  8. final def color: Out
  9. final def colorIndex(v: Int): Out
  10. final def colorIndex: Out
  11. final def deviceAspectRatio(v: Ratio): Out
  12. final def deviceHeight[N](v: Length[N]): Out
  13. final def deviceWidth[N](v: Length[N]): Out
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def grid(v: Int): Out
  18. final def grid: Out
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def height[N](v: Length[N]): Out
  21. final def interface: Out
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def landscape: Out
  24. final def maxAspectRatio(v: Ratio): Out
  25. final def maxColor(v: ColorBits): Out
  26. final def maxColorIndex(v: Int): Out
  27. final def maxDeviceAspectRatio(v: Ratio): Out
  28. final def maxDeviceHeight[N](v: Length[N]): Out
  29. final def maxDeviceWidth[N](v: Length[N]): Out
  30. final def maxHeight[N](v: Length[N]): Out
  31. final def maxMonochrome(v: Int): Out
  32. final def maxResolution[N](v: internal.Resolution[N]): Out
  33. final def maxWidth[N](v: Length[N]): Out
  34. final def minAspectRatio(v: Ratio): Out
  35. final def minColor(v: ColorBits): Out
  36. final def minColorIndex(v: Int): Out
  37. final def minDeviceAspectRatio(v: Ratio): Out
  38. final def minDeviceHeight[N](v: Length[N]): Out
  39. final def minDeviceWidth[N](v: Length[N]): Out
  40. final def minHeight[N](v: Length[N]): Out
  41. final def minMonochrome(v: Int): Out
  42. final def minResolution[N](v: internal.Resolution[N]): Out
  43. final def minWidth[N](v: Length[N]): Out
  44. final def monochrome(v: Int): Out
  45. final def monochrome: Out
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. final def orientation(v: OrientationValue): Out
  50. final def portrait: Out
  51. final def progressive: Out
  52. final def resolution[N](v: internal.Resolution[N]): Out
  53. final def scan(v: ScanValue): Out
  54. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  55. def toString(): String
    Definition Classes
    AnyRef → Any
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def width[N](v: Length[N]): Out

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped