SquareFill

ostrat.geom.SquareFill
See theSquareFill companion trait
object SquareFill

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SquareFill.type

Members list

Type members

Classlikes

case class SquareFillGen(shape: Square, fillFacet: FillFacet) extends SquareFill

Implementation for the general case of Square as opposed to the specific case of Sqlign.

Implementation for the general case of Square as opposed to the specific case of Sqlign.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SquareFill
trait PolygonFill
trait CanvElem
trait ShapeFill
trait Aff2Elem
trait Simil2Elem
trait CentredElem
trait WithCentre
trait ShapeGraphic
trait BoundedElem
trait Graphic2Elem
trait Axlign2Elem
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(shape: Square, fillFacet: FillFacet): SquareFillGen

Factory apply method for the general case of SquareFill. Use SqlignFill for one aligned to the X and Y axes.

Factory apply method for the general case of SquareFill. Use SqlignFill for one aligned to the X and Y axes.

Attributes