class Label extends AnyRef
- Alphabetic
- By Inheritance
- Label
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Label(lbl: Label)
Construct a Label with the same values as the argument Label.
- new Label(geomIndex: Int, onLoc: Int, leftLoc: Int, rightLoc: Int)
Construct a Label with On, Left and Right locations for both Geometries.
Construct a Label with On, Left and Right locations for both Geometries. Initialize the locations for the given Geometry index.
- new Label(onLoc: Int, leftLoc: Int, rightLoc: Int)
Construct a Label with On, Left and Right locations for both Geometries.
Construct a Label with On, Left and Right locations for both Geometries. Initialize the locations for both Geometries to the given values.
- new Label(geomIndex: Int, onLoc: Int)
Construct a Label with a single location for both Geometries.
Construct a Label with a single location for both Geometries. Initialize the location for the Geometry index.
- new Label(onLoc: Int)
Construct a Label with a single location for both Geometries.
Construct a Label with a single location for both Geometries. Initialize the locations to Null
- new Label()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def allPositionsEqual(geomIndex: Int, loc: Int): Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def flip(): Unit
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getGeometryCount: Int
- def getLocation(geomIndex: Int): Int
- def getLocation(geomIndex: Int, posIndex: Int): Int
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isAnyNull(geomIndex: Int): Boolean
- def isArea(geomIndex: Int): Boolean
- def isArea: Boolean
- def isEqualOnSide(lbl: Label, side: Int): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLine(geomIndex: Int): Boolean
- def isNull(geomIndex: Int): Boolean
- def merge(lbl: Label): Unit
Merge this label with another one.
Merge this label with another one. Merging updates any null attributes of this label with the attributes from lbl
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def setAllLocations(geomIndex: Int, location: Int): Unit
- def setAllLocationsIfNull(location: Int): Unit
- def setAllLocationsIfNull(geomIndex: Int, location: Int): Unit
- def setLocation(geomIndex: Int, location: Int): Unit
- def setLocation(geomIndex: Int, posIndex: Int, location: Int): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLine(geomIndex: Int): Unit
Converts one GeometryLocation to a Line location
- def toString(): String
- Definition Classes
- Label → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()