|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.lentikit.LenticularProject
Contains the data relating to a lenticular project
Method Summary | |
void |
addChangeListener(javax.swing.event.ChangeListener cl)
|
protected void |
fireChangeEvent()
|
java.lang.String |
getAddDirectory()
|
java.awt.Insets |
getAlignmentBorders()
|
double |
getDotsPerMeter()
converts from dpi to dots per meter |
float |
getDpi()
|
java.util.List |
getFiles()
|
int |
getFrames()
|
int |
getHeight()
|
InterleaveConfiguration |
getInterleaveConfiguration()
Produce an Inteleave configuration suitable for the Interleaver |
java.lang.String |
getLengthUnits()
|
double |
getLensesPerMeter()
converts from lpi to l per meter |
float |
getLpi()
|
double |
getOutputHeightMeters()
|
double |
getOutputWidthMeters()
|
java.lang.String |
getSaveDirectory()
|
java.lang.String |
getSelectedSize()
|
int |
getWidth()
|
boolean |
isFrameMode()
|
boolean |
isKeepAspectRatio()
|
boolean |
isScaleImages()
|
boolean |
load(java.io.File from)
loads the project from the specified file. |
boolean |
save(java.io.File to)
saves the project to the specified file. |
void |
setAddDirectory(java.lang.String addDirectory)
|
void |
setAlignmentBorders(java.awt.Insets alignmentBorders)
|
void |
setDpi(float dpi)
|
void |
setFiles(java.util.List filenames)
|
void |
setFrameMode(boolean frameMode)
|
void |
setFrames(int frames)
|
void |
setHeight(int heightPixels)
|
void |
setKeepAspectRatio(boolean keepAspectRatio)
|
void |
setLengthUnits(java.lang.String lengthUnits)
|
void |
setLpi(float lpi)
|
void |
setSaveDirectory(java.lang.String saveDirectory)
|
void |
setScaleImages(boolean scaleImages)
|
void |
setSelectedSize(java.lang.String selectedSize)
|
void |
setWidth(int width)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void setAlignmentBorders(java.awt.Insets alignmentBorders)
alignmentBorders
- The alignmentBorders to set.public java.awt.Insets getAlignmentBorders()
public void setDpi(float dpi)
dpi
- The dpi to set.public float getDpi()
public void setFiles(java.util.List filenames)
public java.util.List getFiles()
public void setFrameMode(boolean frameMode)
frameMode
- The frameMode to set.public boolean isFrameMode()
public void setFrames(int frames)
frames
- The frames to set.public int getFrames()
public void setHeight(int heightPixels)
public int getHeight()
public InterleaveConfiguration getInterleaveConfiguration()
public void setKeepAspectRatio(boolean keepAspectRatio)
keepAspectRatio
- The keepAspectRatio to set.public boolean isKeepAspectRatio()
public void setLpi(float lpi)
lpi
- The lpi to set.public float getLpi()
public void setScaleImages(boolean scaleImages)
scaleImages
- The scaleImages to set.public boolean isScaleImages()
public void setWidth(int width)
width
- The width to set.public int getWidth()
public double getOutputWidthMeters()
public double getOutputHeightMeters()
public double getDotsPerMeter()
public double getLensesPerMeter()
public boolean load(java.io.File from)
public boolean save(java.io.File to)
public void addChangeListener(javax.swing.event.ChangeListener cl)
protected void fireChangeEvent()
public java.lang.String getLengthUnits()
public void setLengthUnits(java.lang.String lengthUnits)
lengthUnits
- The lengthUnits to set.public java.lang.String getSelectedSize()
public void setSelectedSize(java.lang.String selectedSize)
selectedSize
- The selectedSize to set.public java.lang.String getAddDirectory()
public void setAddDirectory(java.lang.String addDirectory)
addDirectory
- The addDirectory to set.public java.lang.String getSaveDirectory()
public void setSaveDirectory(java.lang.String saveDirectory)
saveDirectory
- The saveDirectory to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |