Uses of Class
net.sf.latexdraw.glib.ui.LCanvas

Packages that use LCanvas
net.sf.latexdraw.ui   
 

Uses of LCanvas in net.sf.latexdraw.ui
 

Methods in net.sf.latexdraw.ui that return LCanvas
 LCanvas LFrame.getCanvas()
           
 

Methods in net.sf.latexdraw.ui with parameters of type LCanvas
protected  javax.swing.JComponent PropertiesToolbarBuilder.composeArcPropertiesWidgets(ShapeArcCustomiser ins, LCanvas canvas)
           
protected  javax.swing.JComponent PropertiesToolbarBuilder.composeArrowToolbar(ShapeArrowCustomiser ins, LCanvas canvas)
           
protected  WidgetMiniToolbar PropertiesToolbarBuilder.composeAxesPropertiesToolbar(ShapeAxesCustomiser cust, LCanvas canvas)
          Creates the toolbar containing the widgets that customises axes.
protected  javax.swing.JComponent PropertiesToolbarBuilder.composeBorderPropertiesPanel(ShapeBorderCustomiser borderCustomiser, LCanvas canvas)
          Creates the widget that contains the widgets dedicated to the modification of shapes border properties.
protected  void ToolbarBuilder.composeCurveLikeToolbar(LCanvas canvas)
          Adds a widgets to create bezier curve shapes.
protected  WidgetMiniToolbar PropertiesToolbarBuilder.composeDimPosPropertiesToolbar(ShapeCoordDimCustomiser cust, LCanvas canvas)
           
protected  javax.swing.JComponent PropertiesToolbarBuilder.composeDotToolbar(ShapeDotCustomiser ins, LCanvas canvas)
           
protected  javax.swing.JComponent PropertiesToolbarBuilder.composeDoubleBorderPropertiesPanel(ShapeDoubleBorderCustomiser dbleBorderCustomiser, LCanvas canvas)
          Creates the widget that contains the widgets dedicated to the modification of shapes double border properties.
protected  void ToolbarBuilder.composeDrawingPropertiesToolbar(LCanvas canvas)
           
protected  void ToolbarBuilder.composeEllipseLikeToolbar(LCanvas canvas)
          Adds a widgets to create ellipse/circle shapes.
protected  javax.swing.JComponent PropertiesToolbarBuilder.composeFillingPanel(ShapeFillingCustomiser fillingCustomiser, LCanvas canvas)
          Creates the widget that contains the widgets dedicated to the modification of shapes filling properties.
protected  WidgetMiniToolbar PropertiesToolbarBuilder.composeGridLabelsPropertiesToolbar(ShapeAxesCustomiser axeCust, ShapeGridCustomiser stdGridCust, LCanvas canvas)
          Creates the toolbar containing the widgets that customises grids' labels.
protected  void ToolbarBuilder.composeGridLikeToolbar(LCanvas canvas)
          Adds a widgets to create grid/axes shapes.
protected  WidgetMiniToolbar PropertiesToolbarBuilder.composeGridPropertiesToolbar(ShapeGridCustomiser cust, LCanvas canvas)
           
protected  void ToolbarBuilder.composeMagneticGridToolbar(LCanvas canvas)
           
protected  void ToolbarBuilder.composePolygonLikeToolbar(LCanvas canvas)
          Adds a widgets to create polygon/rhombus/triangle shapes.
protected  void ToolbarBuilder.composeRectangleLikeToolbar(LCanvas canvas)
          Adds widgets to select the type of shape to create.
protected  javax.swing.JComponent PropertiesToolbarBuilder.composeRotationToolbar(ShapeRotationCustomiser ins, LCanvas canvas)
           
protected  javax.swing.JComponent PropertiesToolbarBuilder.composeShadowPropertiesPanel(ShapeShadowCustomiser shadowCustomiser, LCanvas canvas)
          Creates the widget that contains the widgets dedicated to the modification of shapes double border properties.
protected  WidgetMiniToolbar PropertiesToolbarBuilder.composeTextPositionToolbar(TextCustomiser textCustomiser, LCanvas canvas)
           
protected  WidgetMiniToolbar PropertiesToolbarBuilder.composeTextPropertiesToolbar(TextCustomiser textCustomiser, LCanvas canvas)
           
private  void LFrame.instantiateInstruments(LCanvas canvas, IDrawing drawing)
           
protected  void UIBuilder.setGlobalShortcutEventable(Instrument instrument, LCanvas canvas)