public final class PresetGeometries
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static CustomGeometry |
convertCustomGeometry(javax.xml.stream.XMLStreamReader staxReader)
Convert a single CustomGeometry object, i.e.
|
boolean |
equals(java.lang.Object o) |
CustomGeometry |
get(java.lang.String name) |
static PresetGeometries |
getInstance() |
int |
hashCode() |
java.util.Set<java.lang.String> |
keySet() |
int |
size() |
public static PresetGeometries getInstance()
public static CustomGeometry convertCustomGeometry(javax.xml.stream.XMLStreamReader staxReader)
public CustomGeometry get(java.lang.String name)
public java.util.Set<java.lang.String> keySet()
public int size()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.