Package uk.ac.starlink.topcat.plot2
Class FrameControl
- java.lang.Object
-
- uk.ac.starlink.topcat.plot2.TabberControl
-
- uk.ac.starlink.topcat.plot2.ConfigControl
-
- uk.ac.starlink.topcat.plot2.FrameControl
-
public class FrameControl extends ConfigControl
Control for defining characteristics of the external frame within which the plot is painted.- Since:
- 8 Jan 2015
- Author:
- Mark Taylor
-
-
Constructor Summary
Constructors Constructor Description FrameControl()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlotPosition
getPlotPosition()
Returns an object that can provide explicit settings for plot icon dimensions and positioning.java.lang.String
getPlotTitle()
Returns a plot title.-
Methods inherited from class uk.ac.starlink.topcat.plot2.ConfigControl
addSpecifierTab, getConfig, getConfigSpecifiers
-
Methods inherited from class uk.ac.starlink.topcat.plot2.TabberControl
addActionListener, addControlTab, addZoneTab, getActionForwarder, getControlIcon, getControlLabel, getPanel, getTabber, removeActionListener
-
-
-
-
Method Detail
-
getPlotPosition
public PlotPosition getPlotPosition()
Returns an object that can provide explicit settings for plot icon dimensions and positioning.- Returns:
- plot position
-
getPlotTitle
public java.lang.String getPlotTitle()
Returns a plot title.- Returns:
- plot title, or null
-
-