case class SoftResetPen(plotName: String, penName: String) extends PlotAction with Product with Serializable
- Source
- PlotAction.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SoftResetPen
- Serializable
- Serializable
- Product
- Equals
- PlotAction
- Action
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SoftResetPen(plotName: String, penName: String)
Value Members
- val penName: String
-
val
plotName: String
- Definition Classes
- SoftResetPen → PlotAction