| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| double | GetBottomOffset
()
Get method for attribute "BottomOffset" Offset from the bottom. |
| boolean | GetClipPlot
()
Get method for attribute "ClipPlot" true to clip plot; false to skip clipping of plot. |
| boolean | GetKeepPanzoom
()
Get method for attribute "KeepPanzoom" true to keep pan zoom; false to skip pan zoom. |
| double | GetLabelHeight
()
Get method for attribute "LabelHeight" Height of label. |
| boolean | GetPlaceLabel
()
Get method for attribute "PlaceLabel" true to place label; false to skip placing of label. |
| double | GetScale
()
Get method for attribute "Scale" Scale value of content. |
| boolean | GetShiftAllCorner
()
Get method for attribute "ShiftAllCorner" true to shift all corners; false to skip shifting of corners. |
| double | GetSideOffset
()
Get method for attribute "SideOffset" Offset from the sides. |
| double | GetX1ClipPosition
()
Get method for attribute "X1ClipPosition" First X paramter for defining clip position. |
| double | GetX2ClipPosition
()
Get method for attribute "X2ClipPosition" Second X paramter for defining clip position. |
| double | GetY1ClipPosition
()
Get method for attribute "Y1ClipPosition" First Y paramter for defining clip position. |
| double | GetY2ClipPosition
()
Get method for attribute "Y2ClipPosition" Second Y paramter for defining clip position. |
| void | SetBottomOffset
(double value)
Set method for attribute "BottomOffset" Offset from the bottom. |
| void | SetClipPlot
(boolean value)
Set method for attribute "ClipPlot" true to clip plot; false to skip clipping of plot. |
| void | SetKeepPanzoom
(boolean value)
Set method for attribute "KeepPanzoom" true to keep pan zoom; false to skip pan zoom. |
| void | SetLabelHeight
(double value)
Set method for attribute "LabelHeight" Height of label. |
| void | SetPlaceLabel
(boolean value)
Set method for attribute "PlaceLabel" true to place label; false to skip placing of label. |
| void | SetScale
(double value)
Set method for attribute "Scale" Scale value of content. |
| void | SetShiftAllCorner
(boolean value)
Set method for attribute "ShiftAllCorner" true to shift all corners; false to skip shifting of corners. |
| void | SetSideOffset
(double value)
Set method for attribute "SideOffset" Offset from the sides. |
| void | SetX1ClipPosition
(double value)
Set method for attribute "X1ClipPosition" First X paramter for defining clip position. |
| void | SetX2ClipPosition
(double value)
Set method for attribute "X2ClipPosition" Second X paramter for defining clip position. |
| void | SetY1ClipPosition
(double value)
Set method for attribute "Y1ClipPosition" First Y paramter for defining clip position. |
| void | SetY2ClipPosition
(double value)
Set method for attribute "Y2ClipPosition" Second Y paramter for defining clip position. |
| Method Detail |
|---|
| GetScale/SetScale |
|---|
| double | GetScale | () |
| void | SetScale | (double value) |
Scale value of content.
|
| GetSideOffset/SetSideOffset |
|---|
| double | GetSideOffset | () |
| void | SetSideOffset | (double value) |
Offset from the sides.
|
| GetBottomOffset/SetBottomOffset |
|---|
| double | GetBottomOffset | () |
| void | SetBottomOffset | (double value) |
Offset from the bottom.
|
| GetKeepPanzoom/SetKeepPanzoom |
|---|
| boolean | GetKeepPanzoom | () |
| void | SetKeepPanzoom | (boolean value) |
true to keep pan zoom; false to skip pan zoom.
|
| GetClipPlot/SetClipPlot |
|---|
| boolean | GetClipPlot | () |
| void | SetClipPlot | (boolean value) |
true to clip plot; false to skip clipping of plot.
|
| GetShiftAllCorner/SetShiftAllCorner |
|---|
| boolean | GetShiftAllCorner | () |
| void | SetShiftAllCorner | (boolean value) |
true to shift all corners; false to skip shifting of corners.
|
| GetX1ClipPosition/SetX1ClipPosition |
|---|
| double | GetX1ClipPosition | () |
| void | SetX1ClipPosition | (double value) |
First X paramter for defining clip position.
|
| GetY1ClipPosition/SetY1ClipPosition |
|---|
| double | GetY1ClipPosition | () |
| void | SetY1ClipPosition | (double value) |
First Y paramter for defining clip position.
|
| GetX2ClipPosition/SetX2ClipPosition |
|---|
| double | GetX2ClipPosition | () |
| void | SetX2ClipPosition | (double value) |
Second X paramter for defining clip position.
|
| GetY2ClipPosition/SetY2ClipPosition |
|---|
| double | GetY2ClipPosition | () |
| void | SetY2ClipPosition | (double value) |
Second Y paramter for defining clip position.
|
| GetPlaceLabel/SetPlaceLabel |
|---|
| boolean | GetPlaceLabel | () |
| void | SetPlaceLabel | (boolean value) |
true to place label; false to skip placing of label.
|
| GetLabelHeight/SetLabelHeight |
|---|
| double | GetLabelHeight | () |
| void | SetLabelHeight | (double value) |
Height of label.
|