class HotPixelSnapAction extends MonotoneChainSelectAction
- Alphabetic
- By Inheritance
- HotPixelSnapAction
- MonotoneChainSelectAction
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new HotPixelSnapAction(hotPixel: HotPixel, parentEdge: SegmentString, hotPixelVertexIndex: Int)
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
- 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])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- var hotPixel: HotPixel
- var hotPixelVertexIndex: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNodeAdded: Boolean
Reports whether the HotPixel caused a node to be added in any target segmentString (including its own).
Reports whether the HotPixel caused a node to be added in any target segmentString (including its own). If so, the HotPixel must be added as a node as well.
return true if a node was added in any target segmentString.
- 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()
- var parentEdge: SegmentString
- def select(mc: MonotoneChain, startIndex: Int): Unit
Check if a segment of the monotone chain intersects the hot pixel vertex and introduce a snap node if so.
Check if a segment of the monotone chain intersects the hot pixel vertex and introduce a snap node if so. Optimized to avoid noding segments which contain the vertex (which otherwise would cause every vertex to be noded).
- mc
the parent chain
- startIndex
the index of the start vertex of the segment being processed
- Definition Classes
- HotPixelSnapAction → MonotoneChainSelectAction
- def select(seg: LineSegment): Unit
This is a convenience method which can be overridden to obtain the actual line segment which is selected.
This is a convenience method which can be overridden to obtain the actual line segment which is selected.
- Definition Classes
- MonotoneChainSelectAction
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- 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()