Package org.graphstream.ui.graphicGraph
Class StyleGroupSet.ShadowSet
java.lang.Object
org.graphstream.ui.graphicGraph.StyleGroupSet.ShadowSet
- All Implemented Interfaces:
Iterable<StyleGroup>
- Enclosing class:
- StyleGroupSet
public class StyleGroupSet.ShadowSet extends Object implements Iterable<StyleGroup>
Set of groups that cast a shadow.
- Author:
- Antoine Dutot
-
Constructor Summary
Constructors Constructor Description ShadowSet() -
Method Summary
Modifier and Type Method Description Iterator<StyleGroup>iterator()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ShadowSet
public ShadowSet()
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<StyleGroup>
-