Class Styles
- java.lang.Object
-
- org.citydb.config.project.kmlExporter.Styles
-
public class Styles extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Styles()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Style style)
boolean
contains(DisplayFormType type)
Style
get(DisplayFormType type)
Style
getOrDefault(DisplayFormType type)
Style
getOrSet(DisplayFormType type)
boolean
isEmpty()
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
contains
public boolean contains(DisplayFormType type)
-
get
public Style get(DisplayFormType type)
-
getOrDefault
public Style getOrDefault(DisplayFormType type)
-
getOrSet
public Style getOrSet(DisplayFormType type)
-
add
public void add(Style style)
-
-