CuneiPainter  Version 1.2
StrokeType Enum Reference

Created by timo on 15.12.18 . More...

Collaboration diagram for StrokeType:

Public Member Functions

String toString ()
 

Public Attributes

 A =("a")
 
 B =("b")
 
 C =("c")
 
 D =("d")
 
 E =("e")
 
 F =("f")
 
 INV_A =("!a")
 
 INV_B =("!b")
 
String label
 

Private Member Functions

 StrokeType (String label)
 

Detailed Description

Created by timo on 15.12.18 .

Constructor & Destructor Documentation

StrokeType ( String  label)
private
11  {
12  this.label=label;
13  }
String label
Definition: StrokeType.java:9

Member Function Documentation

String toString ( )
16  {
17  return this.label;
18  }

Member Data Documentation

String label