public class EventDataFlowLayout extends CloneableDataObject
Title: Structured Data Objects
Description:
Copyright: Copyright (c) 2019
Company: StreamScape Technologies
Modifier and Type | Class and Description |
---|---|
static class |
EventDataFlowLayout.EntryVertex |
static class |
EventDataFlowLayout.InfoVertex |
static class |
EventDataFlowLayout.NoteGroupVertex |
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
EventDataFlowLayout() |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap |
getCallouts() |
java.util.ArrayList |
getEntries() |
java.util.ArrayList |
getNoteGroups() |
java.util.ArrayList |
getTextLabels() |
int |
getX0() |
void |
setCallouts(java.util.HashMap callouts) |
void |
setEntries(java.util.ArrayList entries) |
void |
setNoteGroups(java.util.ArrayList noteGroups) |
void |
setTextLabels(java.util.ArrayList textLabels) |
void |
setX0(int x0) |
clone, getSerialVersionUID
public int getX0()
public void setX0(int x0)
public java.util.ArrayList getEntries()
public void setEntries(java.util.ArrayList entries)
public java.util.ArrayList getTextLabels()
public void setTextLabels(java.util.ArrayList textLabels)
public java.util.HashMap getCallouts()
public void setCallouts(java.util.HashMap callouts)
public java.util.ArrayList getNoteGroups()
public void setNoteGroups(java.util.ArrayList noteGroups)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.