public class AllSelector extends Selector
Modifier and Type | Field and Description |
---|---|
static String |
CAT_EDGES |
static String |
CAT_NODES |
static String |
IDENTIFIER |
static CSSEdgeStyle |
STYLE_EDGES |
static CSSNodeStyle |
STYLE_NODES |
identifier, selectors
Constructor and Description |
---|
AllSelector() |
Modifier and Type | Method and Description |
---|---|
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.
|
addCategory, applyStyleForEdge, applyStyleForNode, categories, flush, getCategory, getIdentifer, getNewSelector, getStyle, getStyle, getStyleForEdge, getStyleForNode, missingCategory, missingCategory, missingCategory, registerSelector, respondToEdges, respondToNodes, setStyle, toCSS, toString, toString
public static final String IDENTIFIER
public static final String CAT_NODES
public static final String CAT_EDGES
public static final CSSNodeStyle STYLE_NODES
public static final CSSEdgeStyle STYLE_EDGES
public void resetDefaultStyle()
Selector
resetDefaultStyle
in class Selector
public String getCategoryForEdge(Object obj)
Selector
getCategoryForEdge
in class Selector
public String getCategoryForNode(Object obj)
Selector
getCategoryForNode
in class Selector
Copyright © 2005–2020. All rights reserved.