Skip to content

Commit

Permalink
Fix issue:iVis-at-Bilkent/software-artifact-analyzer #50 : png full m…
Browse files Browse the repository at this point in the history
…ethod overflow added to the canvas ü
  • Loading branch information
LaraMerdol committed Jan 12, 2024
1 parent 219be2f commit 7b244e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ https://user-images.githubusercontent.com/8426741/151511191-82ee64b9-3709-4cef-a

## API

Adds `setActiveCueInstance` and `getActiveInstanceId` to the **cytoscape core** methods.
Adds `setActiveCueInstance` , `getActiveInstanceId`, and `pngFull` to the **cytoscape core** methods.

#### `cy.setActiveCueInstance(id: number)`

Expand All @@ -26,6 +26,10 @@ Adds `setActiveCueInstance` and `getActiveInstanceId` to the **cytoscape core**

- Gets the active cue instace id.

#### `cy.pngFull(options: any, ignoreElementClasses: string[]): string`

- Gets a base64 encoded PNG of the graph including the cues.

Adds `addCue`, `removeCue`, `updateCue`, `getCueData`, `showCue`, `hideCue` to the **cytoscape collection** methods.

#### `ele.addCue(cueOptions: CueOptions): boolean[]`
Expand Down

0 comments on commit 7b244e6

Please sign in to comment.