|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.echarts.StateConfiguration org.echarts.MultiStateConfiguration
public final class MultiStateConfiguration
Parent class for or- and and-state configurations.
Field Summary | |
---|---|
static int |
NO_STATE
|
Fields inherited from class org.echarts.StateConfiguration |
---|
serialVersionUID |
Constructor Summary | |
---|---|
MultiStateConfiguration(int index,
StateConfiguration[] configurations)
|
Method Summary | |
---|---|
boolean |
covers(StateConfiguration config)
We assume that this configuration and the specified configuration are defined in the same machine context. |
Methods inherited from class org.echarts.StateConfiguration |
---|
covers |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NO_STATE
Constructor Detail |
---|
public MultiStateConfiguration(int index, StateConfiguration[] configurations)
Method Detail |
---|
public final boolean covers(StateConfiguration config)
covers
in class StateConfiguration
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |