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. All

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

Inherited from AnyRef

Inherited from Any

Ungrouped