public class ChangeState extends Object implements Comparable<ChangeState>
| Constructor and Description |
|---|
ChangeState(TimeTick when,
String state,
String comment,
Colors colors) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ChangeState other) |
String |
getComment() |
SymbolContext |
getContext() |
String |
getState() |
TimeTick |
getWhen() |
boolean |
isBlank() |
boolean |
isCompletelyHidden() |
public int compareTo(ChangeState other)
compareTo in interface Comparable<ChangeState>public final TimeTick getWhen()
public final String getState()
public String getComment()
public SymbolContext getContext()
public final boolean isBlank()
public final boolean isCompletelyHidden()
Copyright © 2017. All rights reserved.