Package com.reportmill.editor
Class RMEditorShapes
java.lang.Object
com.reportmill.base.RMObject
com.reportmill.editor.RMEditorShapes
- All Implemented Interfaces:
RMArchiver.Archiving
,Cloneable
Handles editor methods specific to clipboard operations (cut, copy paste).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addCrossTab
(RMEditor anEditor) Adds a crosstab to the given editor.static void
Adds a graph to the given editor.static void
addImagePlaceholder
(RMEditor anEditor) Adds an image placeholder to the given editor.static void
Adds a labels template to the given editor.static void
Adds a table to the given editor.static void
bringToFront
(RMEditor anEditor) Orders all currently selected shapes to the front.static void
combinePaths
(RMEditor anEditor) Create new shape by coalescing the outer perimeters of the currently selected shapes.static void
convertToImage
(RMEditor anEditor) Converts currently selected shape to image.static void
equallySpaceColumn
(RMEditor anEditor) Arranges currently selected shapes such that they have the same vertical distance between them.static void
equallySpaceRow
(RMEditor anEditor) Arranges currently selected shapes such that they have the same horizontal distance between them.static int
Returns the horizontal alignment of the text of the currently selected shapes.static float
getCharSpacing
(RMEditor anEditor) Returns the characters spacing for the currently selected shape.static RMFont
Returns the font of editor's selected shape.static RMFormat
Returns the format of the editor's selected shape.static float
getLineGap
(RMEditor anEditor) Returns the line gap at char 0 (or selected char, if editing).static float
getLineHeightMax
(RMEditor anEditor) Returns the maximum line height at char 0 (or selected char, if editing).static float
getLineHeightMin
(RMEditor anEditor) Returns the minimum line height at char 0 (or selected char, if editing).static float
getLineSpacing
(RMEditor anEditor) Returns the line spacing at char 0 (or selected char, if editing).static RMXString.Outline
getOutline
(RMEditor anEditor) Returns the outline state of the currently selected shape (null if none).static RMColor
getSelectedColor
(RMEditor anEditor) Returns the specified type of color (text, stroke or fill) of editor's selected shape.static void
groupInScene3D
(RMEditor anEditor) Adds the selected shapes to a Scene3D Shape.static void
groupInSwitchShape
(RMEditor anEditor) Adds the selected shapes to a Switch Shape.static void
groupShapes
(RMEditor editor) Creates a group shape, adds the group shape to the worldShape and adds the selected shapes to the group shape.static void
groupShapes
(RMEditor anEditor, List shapes, RMShape groupShape) Groups the given shape list to the given group shape.static boolean
isUnderlined
(RMEditor anEditor) Returns whether the currently selected shape is underlined.static void
Swaps the "boldness" of any text in the currently selected shapes.static void
makeColumnCenter
(RMEditor anEditor) Arranges currently selected shapes in a column relative to their center.static void
makeColumnLeft
(RMEditor anEditor) Arranges currently selected shapes in a column relative to their left border.static void
makeColumnRight
(RMEditor anEditor) Arranges currently selected shapes in a column relative to their right border.static void
makeItalic
(RMEditor anEditor) Swaps the "italicness" of any text in the currently selected shapes.static void
makeRowBottom
(RMEditor anEditor) Arranges currently selected shapes in a row relative to their bottom.static void
makeRowCenter
(RMEditor anEditor) Arranges currently selected shapes in a row relative to their center.static void
makeRowTop
(RMEditor anEditor) Arranges currently selected shapes in a row relative to their top.static void
makeSameHeight
(RMEditor anEditor) Makes currently selected shapes all have the same height as the first selected shape.static void
makeSameSize
(RMEditor anEditor) Makes currently selected shapes all have the same width and height as the first selected shape.static void
makeSameWidth
(RMEditor anEditor) Makes currently selected shapes all have the same width as the first selected shape.static void
moveDownOnePoint
(RMEditor anEditor) Moves all the currently selected shapes one point down.static void
moveLeftOnePoint
(RMEditor anEditor) Moves all the currently selected shapes one point to the left.static void
moveRightOnePoint
(RMEditor anEditor) Moves all the currently selected shapes one point to the right.static void
moveToNewLayer
(RMEditor anEditor) Moves all the currently selected shapes to a new page layer.static void
moveUpOnePoint
(RMEditor anEditor) Moves all the currently selected shapes one point up.static void
runListKeyPanel
(RMEditor anEditor, String aKeyPath) Runs the list key panel to add a table, graph, crosstab or labels to given editor.static void
sendToBack
(RMEditor anEditor) Orders all currently selected shapes to the back.static void
Sets the horizontal alignment of the text of the currently selected shapes.static void
setCharSpacing
(RMEditor anEditor, float aValue) Sets the character spacing for the currently selected shapes.static void
Sets the font of editor's selected shape(s).static void
Sets the format of editor's selected shape(s).static void
setLineGap
(RMEditor anEditor, float aHeight) Sets the line gap for all chars (or all selected chars, if editing).static void
setLineHeightMax
(RMEditor anEditor, float aHeight) Sets the maximum line height for all chars (or all selected chars, if eiditing).static void
setLineHeightMin
(RMEditor anEditor, float aHeight) Sets the minimum line height for all chars (or all selected chars, if editing).static void
setLineSpacing
(RMEditor anEditor, float aHeight) Sets the line spacing for all chars (or all selected chars, if editing).static void
setOutline
(RMEditor anEditor) Sets the currently selected shapes to be outlined.static void
setOutline
(RMEditor anEditor, RMXString.Outline anOutline) Sets the outline state of the currently selected shapes.static void
setSelectedColor
(RMEditor anEditor, RMColor aColor) Sets the specified type of color (text, stroke or fill) of editor's selected shape.static void
setSizeToFit
(RMEditor anEditor) Makes currently selected shapes size to fit content.static void
setSubscript
(RMEditor anEditor) Sets the currently selected shapes to show text as subscript.static void
setSuperscript
(RMEditor anEditor) Sets the currently selected shapes to show text as superscript.static void
setUnderlined
(RMEditor anEditor) Sets the currently selected shapes to be underlined.static void
splitHorizontal
(RMEditor editor) Splits the selected shape in half on the horizontal axis.static void
subtractPaths
(RMEditor anEditor) Create new shape by coalescing the outer perimeters of the currently selected shapes.static void
ungroupShapes
(RMEditor anEditor) Ungroups any currently selected group shapes.Methods inherited from class com.reportmill.base.RMObject
clone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
-
Constructor Details
-
RMEditorShapes
public RMEditorShapes()
-
-
Method Details
-
groupShapes
Creates a group shape, adds the group shape to the worldShape and adds the selected shapes to the group shape. The group shape is then made the only object in the selectedShapes array. -
groupShapes
Groups the given shape list to the given group shape. -
ungroupShapes
Ungroups any currently selected group shapes. -
bringToFront
Orders all currently selected shapes to the front. -
sendToBack
Orders all currently selected shapes to the back. -
makeRowTop
Arranges currently selected shapes in a row relative to their top. -
makeRowCenter
Arranges currently selected shapes in a row relative to their center. -
makeRowBottom
Arranges currently selected shapes in a row relative to their bottom. -
makeColumnLeft
Arranges currently selected shapes in a column relative to their left border. -
makeColumnCenter
Arranges currently selected shapes in a column relative to their center. -
makeColumnRight
Arranges currently selected shapes in a column relative to their right border. -
makeSameSize
Makes currently selected shapes all have the same width and height as the first selected shape. -
makeSameWidth
Makes currently selected shapes all have the same width as the first selected shape. -
makeSameHeight
Makes currently selected shapes all have the same height as the first selected shape. -
setSizeToFit
Makes currently selected shapes size to fit content. -
equallySpaceRow
Arranges currently selected shapes such that they have the same horizontal distance between them. -
equallySpaceColumn
Arranges currently selected shapes such that they have the same vertical distance between them. -
groupInSwitchShape
Adds the selected shapes to a Switch Shape. -
groupInScene3D
Adds the selected shapes to a Scene3D Shape. -
combinePaths
Create new shape by coalescing the outer perimeters of the currently selected shapes. -
subtractPaths
Create new shape by coalescing the outer perimeters of the currently selected shapes. -
convertToImage
Converts currently selected shape to image. -
moveRightOnePoint
Moves all the currently selected shapes one point to the right. -
moveLeftOnePoint
Moves all the currently selected shapes one point to the left. -
moveUpOnePoint
Moves all the currently selected shapes one point up. -
moveDownOnePoint
Moves all the currently selected shapes one point down. -
moveToNewLayer
Moves all the currently selected shapes to a new page layer. -
getSelectedColor
Returns the specified type of color (text, stroke or fill) of editor's selected shape. -
setSelectedColor
Sets the specified type of color (text, stroke or fill) of editor's selected shape. -
getFont
Returns the font of editor's selected shape. -
setFont
Sets the font of editor's selected shape(s). -
makeBold
Swaps the "boldness" of any text in the currently selected shapes. -
makeItalic
Swaps the "italicness" of any text in the currently selected shapes. -
isUnderlined
Returns whether the currently selected shape is underlined. -
setUnderlined
Sets the currently selected shapes to be underlined. -
getOutline
Returns the outline state of the currently selected shape (null if none). -
setOutline
Sets the currently selected shapes to be outlined. -
setOutline
Sets the outline state of the currently selected shapes. -
getAlign
Returns the horizontal alignment of the text of the currently selected shapes. -
setAlign
Sets the horizontal alignment of the text of the currently selected shapes. -
setSuperscript
Sets the currently selected shapes to show text as superscript. -
setSubscript
Sets the currently selected shapes to show text as subscript. -
getCharSpacing
Returns the characters spacing for the currently selected shape. -
setCharSpacing
Sets the character spacing for the currently selected shapes. -
getLineSpacing
Returns the line spacing at char 0 (or selected char, if editing). -
setLineSpacing
Sets the line spacing for all chars (or all selected chars, if editing). -
getLineGap
Returns the line gap at char 0 (or selected char, if editing). -
setLineGap
Sets the line gap for all chars (or all selected chars, if editing). -
getLineHeightMin
Returns the minimum line height at char 0 (or selected char, if editing). -
setLineHeightMin
Sets the minimum line height for all chars (or all selected chars, if editing). -
getLineHeightMax
Returns the maximum line height at char 0 (or selected char, if editing). -
setLineHeightMax
Sets the maximum line height for all chars (or all selected chars, if eiditing). -
getFormat
Returns the format of the editor's selected shape. -
setFormat
Sets the format of editor's selected shape(s). -
splitHorizontal
Splits the selected shape in half on the horizontal axis. -
addTable
Adds a table to the given editor. -
addCrossTab
Adds a crosstab to the given editor. -
addLabels
Adds a labels template to the given editor. -
addGraph
Adds a graph to the given editor. -
runListKeyPanel
Runs the list key panel to add a table, graph, crosstab or labels to given editor. -
addImagePlaceholder
Adds an image placeholder to the given editor.
-