ArtLineStyle

org.cosplay.CPCanvas$.ArtLineStyle

Attributes

Source
CPCanvas.scala
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case case ART_BLOCK extends ArtLineStyle

Blocky, non-smoother style:

Blocky, non-smoother style:

   ART_BLOCK
+-------------+
|        ____ |
|    ___/     |
| __/         |
+-------------+

Attributes

Source
CPCanvas.scala
case case ART_SMOOTH extends ArtLineStyle

Antialiased, smoothed out style:

Antialiased, smoothed out style:

   ART_SMOOTH
+-------------+
|        ____ |
|    _,-'     |
| ,-'         |
+-------------+

Attributes

Source
CPCanvas.scala