Class Stereostyles
- java.lang.Object
-
- net.sourceforge.plantuml.cucadiagram.Stereostyles
-
public class Stereostyles extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static Stereostyles
NONE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Stereostyles
build(java.lang.String label)
java.util.Collection<java.lang.String>
getStyleNames()
boolean
isEmpty()
-
-
-
Field Detail
-
NONE
public static final Stereostyles NONE
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
build
public static Stereostyles build(java.lang.String label)
-
getStyleNames
public java.util.Collection<java.lang.String> getStyleNames()
-
-