Class GuidedDecisionTreeStencilPaletteBuilder
- java.lang.Object
-
- org.uberfire.ext.wires.core.client.palette.StencilPaletteBuilder
-
- org.drools.workbench.screens.guided.dtree.client.widget.palette.GuidedDecisionTreeStencilPaletteBuilder
-
@GuidedDecisionTree public class GuidedDecisionTreeStencilPaletteBuilder extends org.uberfire.ext.wires.core.client.palette.StencilPaletteBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static intSTENCIL_HEIGHTstatic intSTENCIL_WIDTH
-
Constructor Summary
Constructors Constructor Description GuidedDecisionTreeStencilPaletteBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.ext.wires.core.client.palette.PaletteShapebuild(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.RectangledrawBoundingBox(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.TextdrawDescription(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.GroupscaleGlyph(org.uberfire.ext.wires.core.api.factories.ShapeGlyph glyph)
-
-
-
Field Detail
-
STENCIL_HEIGHT
public static final int STENCIL_HEIGHT
- See Also:
- Constant Field Values
-
STENCIL_WIDTH
public static final int STENCIL_WIDTH
- See Also:
- Constant Field Values
-
-
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:
scaleGlyphin classorg.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:
drawDescriptionin classorg.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:
drawBoundingBoxin classorg.uberfire.ext.wires.core.client.palette.StencilPaletteBuilder
-
-