-
- All Implemented Interfaces:
public class ContentLayout.Companion extends MapWithDefaultCompanion<String, ContentLayout>
-
-
Field Summary
Fields Modifier and Type Field Description private final ContentLayoutrtlprivate final ContentLayoutltrprivate final ContentLayoutcjkvprivate final ContentLayoutcjkhprivate final ContentLayoutdefaultprivate final Set<String>keyspublic final static ContentLayout.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ContentLayoutgetRtl()final ContentLayoutgetLtr()final ContentLayoutgetCjkv()final ContentLayoutgetCjkh()-
Methods inherited from class org.readium.r2.shared.util.MapWithDefaultCompanion
from, getDefault, getOrDefault, invoke -
Methods inherited from class org.readium.r2.shared.util.MapCompanion
get, getKeys -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getRtl
final ContentLayout getRtl()
-
getLtr
final ContentLayout getLtr()
-
getCjkv
final ContentLayout getCjkv()
-
getCjkh
final ContentLayout getCjkh()
-
-
-
-