se.digiplant.scalr.api

Scalr

object Scalr

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Scalr
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. lazy val configuration: Configuration

  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def get(path: String, file: String, width: Int, height: Int, mode: Mode = Resizer.Mode.AUTOMATIC, method: Method = Resizer.Method.ULTRA_QUALITY): Option[File]

    Creates and caches image in local cache directory

    Creates and caches image in local cache directory

    path

    The path to where the images are stored

    file

    The filePath relative to the path variable (the same as the play Assets Controller)

    width

    The width of the frame that we want the image to fit within

    height

    The height of the frame that we want the image to fit within

    mode

    Any of the Scale modes such as AUTOMATIC, FIT_TO_WIDTH, FIT_TO_HEIGHT

    method

    Any of the Scalr Methods, The standard is the highest possible

    returns

    a File if everything when well

  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def getRes(fileuid: String, source: String = "default", width: Int, height: Int, mode: Mode = Resizer.Mode.AUTOMATIC, method: Method = Resizer.Method.ULTRA_QUALITY): Option[File]

    fileuid

    The unique play-res file identifier

    source

    The play-res source name

    width

    The width of the frame that we want the image to fit within

    height

    The height of the frame that we want the image to fit within

    mode

    Any of the Scale modes such as AUTOMATIC, FIT_TO_WIDTH, FIT_TO_HEIGHT

    method

    Any of the Scalr Methods, The standard is the highest possible

    returns

    a File if everything when well

  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. def resize(file: File, width: Int, height: Int, mode: Mode = Resizer.Mode.AUTOMATIC, method: Method = Resizer.Method.ULTRA_QUALITY): File

    Resizes an image and stores it in a temp file that we then can move into a cache

    Resizes an image and stores it in a temp file that we then can move into a cache

    file

    The file to resize

    width

    The width of the frame that we want the image to fit within

    height

    The height of the frame that we want the image to fit within

    mode

    Any of the Scale modes such as AUTOMATIC, FIT_TO_WIDTH, FIT_TO_HEIGHT

    method

    Any of the Scalr Methods, The standard is the highest possible

    returns

    A resized file

  21. def resizeToStream(file: File, width: Int, height: Int, mode: Mode = Resizer.Mode.AUTOMATIC, method: Method = Resizer.Method.ULTRA_QUALITY): OutputStream

    Resizes an image and returns a stream that we can pipe directly to the browser

    Resizes an image and returns a stream that we can pipe directly to the browser

    file

    The file to resize

    width

    The width of the frame that we want the image to fit within

    height

    The height of the frame that we want the image to fit within

    mode

    Any of the Scale modes such as AUTOMATIC, FIT_TO_WIDTH, FIT_TO_HEIGHT

    method

    Any of the Scalr Methods, The standard is the highest possible

    returns

    A stream that we can pipe directly to the browser

  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  25. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  26. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped