public class ChangeInfo extends Object
Represents information about change.
Constructor and Description |
---|
ChangeInfo() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAuthors()
Authors.
|
Rectangle |
getBox()
Coordinates of changed element.
|
int |
getComparisonAction()
Action (accept or reject).
|
int |
getId()
Id of change.
|
PageInfo |
getPageInfo()
Page where current change is placed.
|
List<StyleChangeInfo> |
getStyleChanges()
Style changes.
|
String |
getText()
Text value of change.
|
int |
getType()
Type of change.
|
void |
setAuthors(List<String> value)
Authors.
|
void |
setBox(Rectangle value)
Coordinates of changed element.
|
void |
setComparisonAction(int value)
Action (accept or reject).
|
void |
setId(int value)
Id of change.
|
void |
setPageInfo(PageInfo value)
Page where current change is placed.
|
void |
setStyleChanges(List<StyleChangeInfo> value)
Style changes.
|
void |
setText(String value)
Text value of change.
|
void |
setType(int value)
Type of change.
|
String |
toString() |
public final Rectangle getBox()
Coordinates of changed element.
public final int getComparisonAction()
Action (accept or reject). This field tells comparison what to do with this change.
public final int getId()
Id of change.
public final PageInfo getPageInfo()
Page where current change is placed.
public final List<StyleChangeInfo> getStyleChanges()
Style changes.
public final String getText()
Text value of change.
public final int getType()
Type of change.
public final void setBox(Rectangle value)
Coordinates of changed element.
public final void setComparisonAction(int value)
Action (accept or reject). This field tells comparison what to do with this change.
public final void setId(int value)
Id of change.
public final void setPageInfo(PageInfo value)
Page where current change is placed.
public final void setStyleChanges(List<StyleChangeInfo> value)
Style changes.
public final void setText(String value)
Text value of change.
public final void setType(int value)
Type of change.
Copyright © 2020. All rights reserved.