| javax.swing.JPanel net.xoetrope.builder.editor.XGuidePane
XGuidePane | public class XGuidePane extends JPanel implements ActionListener(Code) | | Copyright (c) Xoetrope Ltd., 2002-2003
$Revision: 1.7 $
License: see License.txt
|
XGuidePane | public XGuidePane()(Code) | | |
alignComponents | public void alignComponents(Vector selectedComponents)(Code) | | |
clear | public void clear()(Code) | | Remove all the children
|
getGuideCoords | public Vector getGuideCoords(boolean vert)(Code) | | Get the guide coordinates
Parameters: vert - |
getPaintGuides | public boolean getPaintGuides()(Code) | | Get the flag indicating painting of the guides and gutters
true if the guides are painted |
setPageBounds | public void setPageBounds(int x, int y, int w, int h)(Code) | | Set the dimensions of the page container whos grid is being rendered
Parameters: x - Parameters: y - Parameters: w - Parameters: h - |
setPaintGuides | public void setPaintGuides(boolean doPaint)(Code) | | Toggle the painting of the guides and gutters
Parameters: doPaint - true to do the painting |
|
|