Object/Class

edu.psu.sagnik.research.inkscapesvgprocessing.model

Rectangle

Related Docs: class Rectangle | package model

Permalink

object Rectangle extends Serializable

Methods for constructing or otherwise manipulating Rectangle instances.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Rectangle
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def asCoordinatesStr(r: Rectangle): String

    Permalink

    Evaluates to a string that contains the Rectangle's point information as x1,y2,x2,y2 .

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def changeRect(r: Rectangle, changeparam: Float, direction: String): Rectangle

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  14. implicit def max(x: Float, y: Float): Float

    Permalink
  15. implicit def min(x: Float, y: Float): Float

    Permalink
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def rectAllSideExtension(r1: Rectangle, param: Float, maxRect: Rectangle): Rectangle

    Permalink
  20. def rectBothXExtension(r1: Rectangle, param: Float, maxRect: Rectangle): Rectangle

    Permalink
  21. def rectBothYExtension(r1: Rectangle, param: Float, maxRect: Rectangle): Rectangle

    Permalink
  22. def rectDistance(r1: Rectangle, r2: Rectangle): Float

    Permalink
  23. def rectExtend(r: Rectangle, rs: Seq[Rectangle], checkAgainstRS: Seq[Rectangle], pageBB: Rectangle, direction: String): Option[Rectangle]

    Permalink
  24. def rectHorizontalDistance(r1: Rectangle, r2: Rectangle): Float

    Permalink
  25. def rectInside(in: Rectangle, out: Rectangle, tolerance: Float): Boolean

    Permalink
  26. def rectInside(in: Rectangle, out: Rectangle): Boolean

    Permalink
  27. def rectInterSects(r1: Rectangle, r2: Rectangle): Boolean

    Permalink
  28. def rectMerge(rs: Seq[Rectangle]): Option[Rectangle]

    Permalink
  29. def rectMerge(r1: Rectangle, r2: Rectangle): Rectangle

    Permalink
  30. def rectVerticalDistance(r1: Rectangle, r2: Rectangle): Float

    Permalink
  31. implicit def round(x: Float): Int

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

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped