Uses of Class
org.malai.widget.MColorButton

Packages that use MColorButton
net.sf.latexdraw.instruments   
 

Uses of MColorButton in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as MColorButton
protected  MColorButton ShapeDoubleBorderCustomiser.dbleBoundColB
          Allows to change the colour of the space between the double boundaries.
protected  MColorButton ShapeFillingCustomiser.fillColButton
          Sets the colour of the interior of a shape.
protected  MColorButton ShapeDotCustomiser.fillingB
          Changes the colour of the filling of the dot.
protected  MColorButton ShapeFillingCustomiser.gradEndColButton
          Changes the second colour of a gradient.
protected  MColorButton ShapeFillingCustomiser.gradStartColButton
          Changes the first colour of a gradient.
protected  MColorButton ShapeFillingCustomiser.hatchColButton
          Sets the colour of the hatchings.
protected  MColorButton ShapeBorderCustomiser.lineColButton
          Allows to set the colour of the borders of shapes.
protected  MColorButton ShapeShadowCustomiser.shadowColB
          Sets the colour of the shadow of a figure.
 

Methods in net.sf.latexdraw.instruments that return MColorButton
 MColorButton ShapeDoubleBorderCustomiser.getDbleBoundColB()
           
 MColorButton ShapeFillingCustomiser.getFillColButton()
           
 MColorButton ShapeDotCustomiser.getFillingB()
           
 MColorButton ShapeFillingCustomiser.getGradEndColButton()
           
 MColorButton ShapeFillingCustomiser.getGradStartColButton()
           
 MColorButton ShapeFillingCustomiser.getHatchColButton()
           
 MColorButton ShapeBorderCustomiser.getLineColButton()
           
 MColorButton ShapeShadowCustomiser.getShadowColB()