org.cosplay.CPCanvas$.ArtLineStyle
Supported styles for the following methods:
Attributes
- Source:
- CPCanvas.scala
- Graph
- Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Members list
Concise view
Type members
Blocky, non-smoother style:
Blocky, non-smoother style:
ART_BLOCK
+-------------+
| ____ |
| ___/ |
| __/ |
+-------------+
Attributes
- Source:
- CPCanvas.scala
Antialiased, smoothed out style:
Antialiased, smoothed out style:
ART_SMOOTH
+-------------+
| ____ |
| _,-' |
| ,-' |
+-------------+
Attributes
- Source:
- CPCanvas.scala