Package VASSAL.build.module.noteswindow
Class SecretNote
java.lang.Object
VASSAL.build.module.noteswindow.SecretNote
public class SecretNote extends Object
Represents a text note with an owner and hidden/revealed status.
This is an immutable object
-
Constructor Summary
Constructors Constructor Description SecretNote(String name, String owner, String text, boolean hidden)
SecretNote(String name, String owner, String text, boolean hidden, Date created, String id)
-
Method Summary
-
Constructor Details
-
SecretNote
-
SecretNote
-
-
Method Details