public class DXFStyle
extends java.lang.Object
| Constructor and Description |
|---|
DXFStyle() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBigFontFile() |
int |
getFlags() |
java.lang.String |
getFontFile() |
double |
getLastHeight() |
java.lang.String |
getName() |
double |
getObliqueAngle() |
int |
getTextGenerationFlag() |
double |
getTextHeight() |
double |
getWidthFactor() |
boolean |
isBackward() |
boolean |
isUpsideDown() |
void |
setBackward(boolean b) |
void |
setBigFontFile(java.lang.String bigFontFile) |
void |
setFlags(int flags) |
void |
setFontFile(java.lang.String fontFile) |
void |
setLastHeight(double lastHeight) |
void |
setName(java.lang.String name) |
void |
setObliqueAngle(double obliqueAngle) |
void |
setTextGenerationFlag(int textGenerationFlag) |
void |
setTextHeight(double textHeight) |
void |
setUpsideDown(boolean b) |
void |
setWidthFactor(double widthFactor) |
public java.lang.String getBigFontFile()
public void setBigFontFile(java.lang.String bigFontFile)
bigFontFile - The bigFontFile to set.public java.lang.String getFontFile()
public void setFontFile(java.lang.String fontFile)
fontFile - The fontFile to set.public double getLastHeight()
public void setLastHeight(double lastHeight)
lastHeight - The lastHeight to set.public java.lang.String getName()
public void setName(java.lang.String name)
name - The name to set.public double getObliqueAngle()
public void setObliqueAngle(double obliqueAngle)
obliqueAngle - The obliqueAngle to set.public int getTextGenerationFlag()
public void setTextGenerationFlag(int textGenerationFlag)
textGenerationFlag - The textGenerationFlag to set.public double getTextHeight()
public void setTextHeight(double textHeight)
textHeight - The textHeight to set.public double getWidthFactor()
public void setWidthFactor(double widthFactor)
widthFactor - The widthFactor to set.public int getFlags()
public void setFlags(int flags)
flags - The flags to set.public boolean isBackward()
public void setBackward(boolean b)
public boolean isUpsideDown()
public void setUpsideDown(boolean b)