org.jplot2d.element.impl
Interface PlotMarginEx
-
- All Superinterfaces:
- Element, ElementEx, PlotMargin
- All Known Implementing Classes:
- PlotMarginImpl
public interface PlotMarginEx extends PlotMargin, ElementEx
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voiddirectBottom(double marginBottom)Called by LayoutDirector to set the top value whenPlotMargin.isAutoBottom()is true.voiddirectLeft(double marginLeft)Called by LayoutDirector to set the top value whenPlotMargin.isAutoLeft()is true.voiddirectRight(double marginRight)Called by LayoutDirector to set the top value whenPlotMargin.isAutoRight()is true.voiddirectTop(double marginTop)Called by LayoutDirector to set the top value whenPlotMargin.isAutoTop()is true.PlotExgetParent()Gets the parent of this component.-
Methods inherited from interface org.jplot2d.element.PlotMargin
getBottom, getExtraBottom, getExtraLeft, getExtraRight, getExtraTop, getLeft, getRight, getTop, isAutoBottom, isAutoLeft, isAutoRight, isAutoTop, setAutoBottom, setAutoLeft, setAutoRight, setAutoTop, setBottom, setExtraBottom, setExtraLeft, setExtraRight, setExtraTop, setLeft, setRight, setTop
-
Methods inherited from interface org.jplot2d.element.impl.ElementEx
copyFrom, copyStructure, getFullId, getInvokeStepFormParent, notify, setParent
-
Methods inherited from interface org.jplot2d.element.Element
getEnvironment, getId
-
-
-
-
Method Detail
-
getParent
PlotEx getParent()
Description copied from interface:ElementGets the parent of this component.
-
directTop
void directTop(double marginTop)
Called by LayoutDirector to set the top value whenPlotMargin.isAutoTop()is true.
-
directLeft
void directLeft(double marginLeft)
Called by LayoutDirector to set the top value whenPlotMargin.isAutoLeft()is true.
-
directBottom
void directBottom(double marginBottom)
Called by LayoutDirector to set the top value whenPlotMargin.isAutoBottom()is true.
-
directRight
void directRight(double marginRight)
Called by LayoutDirector to set the top value whenPlotMargin.isAutoRight()is true.
-
-
DMelt 3.0 © DataMelt by jWork.ORG