Proc Eng Agitators Entities
Agitator (Anchor)
- Preview
- Usage
- Definition
import { AgitatorAnchor } from '@dinghy/diagrams/entitiesProcEngAgitators'
<AgitatorAnchor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AGITATOR_ANCHOR } from '@dinghy/diagrams/entitiesProcEngAgitators'
<Shape
{...props}
_style={extendStyle(props, AGITATOR_ANCHOR)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.agitators.agitator_(anchor);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 80,
_height: 120,
}
Agitator (Cross-Beam)
- Preview
- Usage
- Definition
import { AgitatorCrossBeam } from '@dinghy/diagrams/entitiesProcEngAgitators'
<AgitatorCrossBeam/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AGITATOR_CROSS_BEAM } from '@dinghy/diagrams/entitiesProcEngAgitators'
<Shape
{...props}
_style={extendStyle(props, AGITATOR_CROSS_BEAM)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.agitators.agitator_(cross-beam);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 80,
_height: 120,
}
Agitator (Disc)
- Preview
- Usage
- Definition
import { AgitatorDisc } from '@dinghy/diagrams/entitiesProcEngAgitators'
<AgitatorDisc/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AGITATOR_DISC } from '@dinghy/diagrams/entitiesProcEngAgitators'
<Shape
{...props}
_style={extendStyle(props, AGITATOR_DISC)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.agitators.agitator_(disc);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 80,
_height: 135,
}
Agitator (Flate-Blade Paddle)
- Preview
- Usage
- Definition
import { AgitatorFlateBladePaddle } from '@dinghy/diagrams/entitiesProcEngAgitators'
<AgitatorFlateBladePaddle/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AGITATOR_FLATE_BLADE_PADDLE } from '@dinghy/diagrams/entitiesProcEngAgitators'
<Shape
{...props}
_style={extendStyle(props, AGITATOR_FLATE_BLADE_PADDLE)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.agitators.agitator_(flate-blade_paddle);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 80,
_height: 140,
}
Agitator (Gat Paddle)
- Preview
- Usage
- Definition
import { AgitatorGatPaddle } from '@dinghy/diagrams/entitiesProcEngAgitators'
<AgitatorGatPaddle/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AGITATOR_GAT_PADDLE } from '@dinghy/diagrams/entitiesProcEngAgitators'
<Shape
{...props}
_style={extendStyle(props, AGITATOR_GAT_PADDLE)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.agitators.agitator_(gat_paddle);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 80,
_height: 120,
}
Agitator (Helical)
- Preview
- Usage
- Definition
import { AgitatorHelical } from '@dinghy/diagrams/entitiesProcEngAgitators'
<AgitatorHelical/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AGITATOR_HELICAL } from '@dinghy/diagrams/entitiesProcEngAgitators'
<Shape
{...props}
_style={extendStyle(props, AGITATOR_HELICAL)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.agitators.agitator_(helical);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 80,
_height: 130,
}
Agitator (Impeller)
- Preview
- Usage
- Definition
import { AgitatorImpeller } from '@dinghy/diagrams/entitiesProcEngAgitators'
<AgitatorImpeller/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AGITATOR_IMPELLER } from '@dinghy/diagrams/entitiesProcEngAgitators'
<Shape
{...props}
_style={extendStyle(props, AGITATOR_IMPELLER)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.agitators.agitator_(impeller);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 80,
_height: 130,
}
Agitator (Propeller)
- Preview
- Usage
- Definition
import { AgitatorPropeller } from '@dinghy/diagrams/entitiesProcEngAgitators'
<AgitatorPropeller/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AGITATOR_PROPELLER } from '@dinghy/diagrams/entitiesProcEngAgitators'
<Shape
{...props}
_style={extendStyle(props, AGITATOR_PROPELLER)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.agitators.agitator_(propeller);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 92,
_height: 132,
}
Agitator (Turbine)
- Preview
- Usage
- Definition
import { AgitatorTurbine } from '@dinghy/diagrams/entitiesProcEngAgitators'
<AgitatorTurbine/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AGITATOR_TURBINE } from '@dinghy/diagrams/entitiesProcEngAgitators'
<Shape
{...props}
_style={extendStyle(props, AGITATOR_TURBINE)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.agitators.agitator_(turbine);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 80,
_height: 135,
}
Agitator, Stirrer
- Preview
- Usage
- Definition
import { AgitatorStirrer } from '@dinghy/diagrams/entitiesProcEngAgitators'
<AgitatorStirrer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AGITATOR_STIRRER } from '@dinghy/diagrams/entitiesProcEngAgitators'
<Shape
{...props}
_style={extendStyle(props, AGITATOR_STIRRER)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.agitators.agitator,_stirrer;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 80,
_height: 120,
}