public class PolytopesSelector extends Selector
Modifier and Type | Field and Description |
---|---|
static String |
CAT_COMPLEX |
static String |
CAT_IN |
static String |
IDENTIFIER |
static CSSNodeStyle |
STYLE_IN |
static CSSNodeStyle |
STYLE_OUT |
identifier, selectors
Constructor and Description |
---|
PolytopesSelector() |
Modifier and Type | Method and Description |
---|---|
void |
flushCache() |
String |
getCategoryForEdge(Object obj)
Return the category corresponding to the object obj or null if it doesn't respond to any.
|
String |
getCategoryForNode(Object obj)
Return the category corresponding to the object obj or null if it doesn't respond to any.
|
void |
resetDefaultStyle()
Reset the categories to their default values.
|
boolean |
respondToEdges()
Indicates if the Selector contains edges styles.
|
void |
setCache(StatesSet polytope) |
addCategory, applyStyleForEdge, applyStyleForNode, categories, flush, getCategory, getIdentifer, getNewSelector, getStyle, getStyle, getStyleForEdge, getStyleForNode, missingCategory, missingCategory, missingCategory, registerSelector, respondToNodes, setStyle, toCSS, toString, toString
public static final String IDENTIFIER
public static final String CAT_IN
public static final String CAT_COMPLEX
public static final CSSNodeStyle STYLE_IN
public static final CSSNodeStyle STYLE_OUT
public void resetDefaultStyle()
Selector
resetDefaultStyle
in class Selector
public String getCategoryForNode(Object obj)
Selector
getCategoryForNode
in class Selector
public String getCategoryForEdge(Object obj)
Selector
getCategoryForEdge
in class Selector
public boolean respondToEdges()
Selector
respondToEdges
in class Selector
public void setCache(StatesSet polytope)
public void flushCache()
Copyright © 2005–2020. All rights reserved.