Class BasicTitle
java.lang.Object
llnl.gnem.core.gui.plotting.plotly.BasicTitle
- All Implemented Interfaces:
Serializable,Title
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetText()voidsetFontSize(int fontSize) voidvoidsetYOffset(Double yOffset)
-
Constructor Details
-
BasicTitle
public BasicTitle()
-
-
Method Details
-
getText
-
setText
-
setFontSize
public void setFontSize(int fontSize) - Specified by:
setFontSizein interfaceTitle
-
getFontSize
public int getFontSize()- Specified by:
getFontSizein interfaceTitle
-
setYOffset
- Specified by:
setYOffsetin interfaceTitle
-
getYOffset
- Specified by:
getYOffsetin interfaceTitle
-