org.jplot2d.element.impl
Interface TitleEx
-
- All Superinterfaces:
- ComponentEx, Element, ElementEx, MovableComponent, PComponent, TextComponent, Title
- All Known Implementing Classes:
- TitleImpl
public interface TitleEx extends Title, ComponentEx
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidcalcSize()Called by plot to calculate size of this title.PlotExgetParent()Gets the parent of this component.-
Methods inherited from interface org.jplot2d.element.Title
getGapFactor, getHAlign, getLocation, getPosition, getVAlign, isMovable, setGapFactor, setHAlign, setLocation, setMovable, setPosition, setVAlign
-
Methods inherited from interface org.jplot2d.element.TextComponent
getText, setText
-
Methods inherited from interface org.jplot2d.element.MovableComponent
setLocation
-
Methods inherited from interface org.jplot2d.element.PComponent
getBounds, getColor, getEffectiveFont, getFontName, getFontScale, getFontSize, getFontStyle, getPaperTransform, getSelectableBounds, getSize, getZOrder, isCacheable, isSelectable, isVisible, setCacheable, setColor, setFont, setFontName, setFontScale, setFontSize, setFontStyle, setSelectable, setVisible, setZOrder
-
Methods inherited from interface org.jplot2d.element.Element
getEnvironment, getId
-
Methods inherited from interface org.jplot2d.element.impl.ComponentEx
canContribute, copyStructure, draw, getEffectiveColor, getEffectiveFontName, getEffectiveFontSize, getEffectiveFontStyle, getMooringMap, isMovable, isRedrawNeeded, parentEffectiveColorChanged, parentEffectiveFontChanged, setMovable, setRedrawNeeded, thisEffectiveColorChanged, thisEffectiveFontChanged
-
-
-
-
Method Detail
-
getParent
PlotEx getParent()
Description copied from interface:PComponentGets the parent of this component.- Specified by:
getParentin interfaceComponentEx- Specified by:
getParentin interfaceElement- Specified by:
getParentin interfaceElementEx- Specified by:
getParentin interfacePComponent- Returns:
- the parent of this component
-
calcSize
void calcSize()
Called by plot to calculate size of this title.
-
-
DMelt 3.0 © DataMelt by jWork.ORG