public static class AnnotationsExporter.AnnotationsSettings extends java.lang.Object implements ExporterSettings
Constructor and Description |
---|
AnnotationsSettings() |
Modifier and Type | Method and Description |
---|---|
ExporterSettings |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDefaultFont() |
int |
getDefaultSize() |
Annotations |
getLayer() |
int |
hashCode() |
boolean |
isApplyEverywhere() |
boolean |
isExport() |
void |
setDefaultFont(java.lang.String defaultFont) |
void |
setDefaultSize(int defaultSize) |
void |
setExport(boolean export) |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
setMinMaxHeight
public boolean isApplyEverywhere()
isApplyEverywhere
in interface ExporterSettings
public Annotations getLayer()
getLayer
in interface ExporterSettings
public boolean isExport()
public void setExport(boolean export)
public java.lang.String getDefaultFont()
public void setDefaultFont(java.lang.String defaultFont)
public int getDefaultSize()
public void setDefaultSize(int defaultSize)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public ExporterSettings clone()
clone
in interface ExporterSettings
clone
in class java.lang.Object