Package arc.packer
Class TexturePacker.Settings
java.lang.Object
arc.packer.TexturePacker.Settings
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- TexturePacker
-
Field Summary
Modifier and TypeFieldDescriptionboolean
int
boolean
int
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
String[]
Paths containing these strings do not have whitespace stripped.int
int
int
int
boolean
int
int
boolean
boolean
boolean
float[]
boolean
String[]
boolean
boolean
boolean
Whether to strip whitespace in a way that keeps the region rectangle centered.boolean
boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
getScaledPackFileName
(String packFileName, int scaleIndex)
-
Field Details
-
pot
public boolean pot -
multipleOfFour
public boolean multipleOfFour -
paddingX
public int paddingX -
paddingY
public int paddingY -
edgePadding
public boolean edgePadding -
duplicatePadding
public boolean duplicatePadding -
rotation
public boolean rotation -
minWidth
public int minWidth -
minHeight
public int minHeight -
maxWidth
public int maxWidth -
maxHeight
public int maxHeight -
square
public boolean square -
stripWhitespaceX
public boolean stripWhitespaceX -
stripWhitespaceY
public boolean stripWhitespaceY -
stripWhitespaceCenter
public boolean stripWhitespaceCenterWhether to strip whitespace in a way that keeps the region rectangle centered. -
ignoredWhitespaceStrings
Paths containing these strings do not have whitespace stripped. -
alphaThreshold
public int alphaThreshold -
filterMin
-
filterMag
-
wrapX
-
wrapY
-
alias
public boolean alias -
outputFormat
-
ignoreBlankImages
public boolean ignoreBlankImages -
fast
public boolean fast -
silent
public boolean silent -
printAliases
public boolean printAliases -
combineSubdirectories
public boolean combineSubdirectories -
ignore
public boolean ignore -
flattenPaths
public boolean flattenPaths -
bleed
public boolean bleed -
bleedIterations
public int bleedIterations -
grid
public boolean grid -
scale
public float[] scale -
scaleSuffix
-
scaleResampling
public boolean scaleResampling -
atlasExtension
-
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
copy
-
getScaledPackFileName
-