Uses of Class
org.malai.widget.MCheckBox

Packages that use MCheckBox
net.sf.latexdraw.instruments   
 

Uses of MCheckBox in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as MCheckBox
protected  MCheckBox PreferencesSetter.alpaInterCheckBox
          This check-box allows to set if alpha-interpolation must be used.
protected  MCheckBox PreferencesSetter.antialiasingCheckBox
          This check-box allows to set if antialiasing must be used.
protected  MCheckBox PreferencesSetter.checkNewVersion
          Allows the set if the program must check new version on start up.
protected  MCheckBox PreferencesSetter.colorRenderCheckBox
          This check-box allows to set if colour rendering quality must be used.
protected  MCheckBox ShapeDoubleBorderCustomiser.dbleBoundCB
          Sets if the shape has double borders or not.
protected  MCheckBox PreferencesSetter.displayBordersCB
          This check-box allows to set if the user wants to the borders of the drawing.
protected  MCheckBox PreferencesSetter.displayGridCB
          This check-box allows to set if the user wants to display the grid.
protected  MCheckBox PreferencesSetter.displayXScaleCB
          This check-box allows to set if the user wants to display the X-scale.
protected  MCheckBox PreferencesSetter.displayYScaleCB
          This check-box allows to set if the user wants to display the Y-scale.
protected  MCheckBox MagneticGridCustomiser.magneticCB
          Sets if the grid is magnetic.
protected  MCheckBox PreferencesSetter.magneticGridCB
          The widget that defines if the grid is magnetic.
protected  MCheckBox DrawingPropertiesCustomiser.middleHorizPosCB
          Defines if the horizontal position of the drawing must be centred.
protected  MCheckBox PreferencesSetter.renderingCheckBox
          This check-box allows to set if rendering quality must be used.
protected  MCheckBox ShapeShadowCustomiser.shadowCB
          Sets if the a shape has a shadow or not.
protected  MCheckBox ShapeAxesCustomiser.showOrigin
          The widget that permits to set the visibility of the origin point.
 

Methods in net.sf.latexdraw.instruments that return MCheckBox
 MCheckBox PreferencesSetter.getAlpaInterCheckBox()
           
 MCheckBox PreferencesSetter.getAntialiasingCheckBox()
           
 MCheckBox PreferencesSetter.getCheckNewVersion()
           
 MCheckBox PreferencesSetter.getColorRenderCheckBox()
           
 MCheckBox ShapeDoubleBorderCustomiser.getDbleBoundCB()
           
 MCheckBox PreferencesSetter.getDisplayBordersCB()
           
 MCheckBox PreferencesSetter.getDisplayGridCB()
           
 MCheckBox PreferencesSetter.getDisplayXScaleCB()
           
 MCheckBox PreferencesSetter.getDisplayYScaleCB()
           
 MCheckBox MagneticGridCustomiser.getMagneticCB()
           
 MCheckBox PreferencesSetter.getMagneticGridCB()
           
 MCheckBox DrawingPropertiesCustomiser.getMiddleHorizPosCB()
           
 MCheckBox PreferencesSetter.getRenderingCheckBox()
           
 MCheckBox ShapeShadowCustomiser.getShadowCB()
           
 MCheckBox ShapeAxesCustomiser.getShowOrigin()