public class LayoutPrefs extends Preferences
Constructor and Description |
---|
LayoutPrefs(Main main) |
actionPerformed, getEditingPanel, getProperty, isWritable, numScanWarnings, scan, setDefaults, write, writeItems
public LayoutPrefs(Main main)
public PropertyList getAllPropertyInfo()
HasProperties
getAllPropertyInfo
in interface HasProperties
getAllPropertyInfo
in class Preferences
public int getViewerWidth()
public void setViewerWidth(int viewerWidth)
public int getViewerHeight()
public void setViewerHeight(int viewerHeight)
public int getScreenLocX()
public void setScreenLocX(int locx)
public int getScreenLocY()
public void setScreenLocY(int locy)
public boolean isTimelineVisible()
public void setTimelineVisible(boolean timelineVisible)
public int getTimelineWidth()
public void setTimelineWidth(int timelineWidth)
public int getTimelineHeight()
public void setTimelineHeight(int timelineHeight)
public double getTimelineRange()
public void setTimelineRange(double timelineRange)
public GuiUtils.RelativeLocation getTimelineLocation()
public void setTimelineLocation(GuiUtils.RelativeLocation loc)
public boolean isJythonFrameVisible()
public void setJythonFrameVisible(boolean visible)
public GuiUtils.RelativeLocation getJythonLocation()
public void setJythonLocation(GuiUtils.RelativeLocation loc)
public void setLookAndFeel(Main.LookAndFeel laf)
public Main.LookAndFeel getLookAndFeel()
public void setFromCurrent()
setFromCurrent
in class Preferences
public void applyToCurrent()
applyToCurrent
in class Preferences