Class GuidedDecisionTreeStencilPaletteBuilder


  • @GuidedDecisionTree
    public class GuidedDecisionTreeStencilPaletteBuilder
    extends org.uberfire.ext.wires.core.client.palette.StencilPaletteBuilder
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.uberfire.ext.wires.core.client.palette.PaletteShape build​(com.ait.lienzo.client.widget.LienzoPanel dragProxyParentPanel, org.uberfire.ext.wires.core.api.factories.FactoryHelper helper, org.uberfire.ext.wires.core.api.factories.ShapeFactory factory, boolean isReadOnly)  
      protected com.ait.lienzo.client.core.shape.Rectangle drawBoundingBox​(org.uberfire.ext.wires.core.api.factories.ShapeFactory factory, org.uberfire.ext.wires.core.api.factories.FactoryHelper helper)  
      protected com.ait.lienzo.client.core.shape.Text drawDescription​(org.uberfire.ext.wires.core.api.factories.ShapeFactory factory, org.uberfire.ext.wires.core.api.factories.FactoryHelper helper)  
      protected com.ait.lienzo.client.core.shape.Group scaleGlyph​(org.uberfire.ext.wires.core.api.factories.ShapeGlyph glyph)  
      • Methods inherited from class org.uberfire.ext.wires.core.client.palette.StencilPaletteBuilder

        build, drawGlyph
    • Constructor Detail

      • GuidedDecisionTreeStencilPaletteBuilder

        public GuidedDecisionTreeStencilPaletteBuilder()
    • Method Detail

      • build

        public org.uberfire.ext.wires.core.client.palette.PaletteShape build​(com.ait.lienzo.client.widget.LienzoPanel dragProxyParentPanel,
                                                                             org.uberfire.ext.wires.core.api.factories.FactoryHelper helper,
                                                                             org.uberfire.ext.wires.core.api.factories.ShapeFactory factory,
                                                                             boolean isReadOnly)
      • scaleGlyph

        protected com.ait.lienzo.client.core.shape.Group scaleGlyph​(org.uberfire.ext.wires.core.api.factories.ShapeGlyph glyph)
        Overrides:
        scaleGlyph in class org.uberfire.ext.wires.core.client.palette.StencilPaletteBuilder
      • drawDescription

        protected com.ait.lienzo.client.core.shape.Text drawDescription​(org.uberfire.ext.wires.core.api.factories.ShapeFactory factory,
                                                                        org.uberfire.ext.wires.core.api.factories.FactoryHelper helper)
        Overrides:
        drawDescription in class org.uberfire.ext.wires.core.client.palette.StencilPaletteBuilder
      • drawBoundingBox

        protected com.ait.lienzo.client.core.shape.Rectangle drawBoundingBox​(org.uberfire.ext.wires.core.api.factories.ShapeFactory factory,
                                                                             org.uberfire.ext.wires.core.api.factories.FactoryHelper helper)
        Overrides:
        drawBoundingBox in class org.uberfire.ext.wires.core.client.palette.StencilPaletteBuilder