Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ShapeGroup

Hierarchy

  • ShapeGroup

Index

Constructors

constructor

  • new ShapeGroup(shape: Shape, rawShape: Shape, baseZoom: object, zIndices?: number[]): ShapeGroup
  • Parameters

    • shape: Shape
    • rawShape: Shape
    • baseZoom: object
      • x: number
      • y: number
    • Default value zIndices: number[] = []

    Returns ShapeGroup

Properties

baseZoom

baseZoom: object

Type declaration

  • x: number
  • y: number

lineJointsStyle

lineJointsStyle: "none" | "endpoints" | "joints"

points

points: Shape[]

rawShape

rawShape: Shape

shape

shape: Shape

vertexOptions

vertexOptions: CircleConfig

zIndices

zIndices: number[]