Class ManualLayout
java.lang.Object
com.independentsoft.office.charts.ManualLayout
The Class ManualLayout.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()doubleGets the height.Gets the height mode.doublegetLeft()Gets the left.Gets the left mode.Gets the target.doublegetTop()Gets the top.Gets the top mode.doublegetWidth()Gets the width.Gets the width mode.voidsetHeight(double height)Sets the height.voidsetHeightMode(LayoutMode heightMode)Sets the height mode.voidsetLeft(double left)Sets the left.voidsetLeftMode(LayoutMode leftMode)Sets the left mode.voidsetTarget(LayoutTarget target)Sets the target.voidsetTop(double top)Sets the top.voidsetTopMode(LayoutMode topMode)Sets the top mode.voidsetWidth(double width)Sets the width.voidsetWidthMode(LayoutMode widthMode)Sets the width mode.toString()
-
Constructor Details
-
ManualLayout
public ManualLayout()Instantiates a new manual layout.
-
-
Method Details
-
clone
-
toString
-
getHeight
public double getHeight()Gets the height.- Returns:
- the height
-
setHeight
public void setHeight(double height)Sets the height.- Parameters:
height- the new height
-
getWidth
public double getWidth()Gets the width.- Returns:
- the width
-
setWidth
public void setWidth(double width)Sets the width.- Parameters:
width- the new width
-
getLeft
public double getLeft()Gets the left.- Returns:
- the left
-
setLeft
public void setLeft(double left)Sets the left.- Parameters:
left- the new left
-
getTop
public double getTop()Gets the top.- Returns:
- the top
-
setTop
public void setTop(double top)Sets the top.- Parameters:
top- the new top
-
getHeightMode
Gets the height mode.- Returns:
- the height mode
-
setHeightMode
Sets the height mode.- Parameters:
heightMode- the new height mode
-
getWidthMode
Gets the width mode.- Returns:
- the width mode
-
setWidthMode
Sets the width mode.- Parameters:
widthMode- the new width mode
-
getLeftMode
Gets the left mode.- Returns:
- the left mode
-
setLeftMode
Sets the left mode.- Parameters:
leftMode- the new left mode
-
getTopMode
Gets the top mode.- Returns:
- the top mode
-
setTopMode
Sets the top mode.- Parameters:
topMode- the new top mode
-
getTarget
Gets the target.- Returns:
- the target
-
setTarget
Sets the target.- Parameters:
target- the new target
-