Package | Description |
---|---|
org.vectomatic.svg.edit.client.command.add | |
org.vectomatic.svg.edit.client.command.edit | |
org.vectomatic.svg.edit.client.command.path |
Modifier and Type | Field and Description |
---|---|
protected SVGSegRep |
AddPathCommandFactory.danglingSegment
The segment current being edited by the end-user,
but not yet finished
|
Modifier and Type | Field and Description |
---|---|
protected List<SVGSegRep> |
AddPathCommandFactory.segments
The path segment representations
|
Modifier and Type | Method and Description |
---|---|
SVGSegRep |
AddPathCommandFactory.appendSegment(SVGSegRep segRep)
Appends a new segment to the list.
|
SVGSegRep |
AddPathCommandFactory.danglingSegment() |
SVGSegRep |
AddPathCommandFactory.lastSegment() |
SVGSegRep |
AddPathCommandFactory.previousCurve() |
Modifier and Type | Method and Description |
---|---|
List<SVGSegRep> |
AddPathCommandFactory.getSegments() |
Modifier and Type | Method and Description |
---|---|
SVGSegRep |
AddPathCommandFactory.appendSegment(SVGSegRep segRep)
Appends a new segment to the list.
|
Modifier and Type | Field and Description |
---|---|
protected Map<SVGSegModel,SVGSegRep> |
EditPathGeometryManipulator.modelToRep
Map model to their segment representations
|
protected Map<SVGSegRep,SVGSegModel> |
EditPathGeometryManipulator.repToModel
Map segment representations to their model
|
protected List<SVGSegRep> |
EditPathGeometryManipulator.segments
The path segments
|
Modifier and Type | Method and Description |
---|---|
SVGSegRep |
EditPathGeometryManipulator.getRepresentation(SVGSegModel model) |
Modifier and Type | Method and Description |
---|---|
List<SVGSegRep> |
EditPathGeometryManipulator.getSegments() |
Modifier and Type | Method and Description |
---|---|
void |
EditPathGeometryManipulator.appendSegment(SVGSegModel modelSeg,
SVGSegRep repSeg) |
SVGSegModel |
EditPathGeometryManipulator.getModel(SVGSegRep rep) |
void |
EditPathGeometryManipulator.selectSegment(SVGSegRep segment,
boolean shiftDown,
boolean ctrlDown) |
Modifier and Type | Class and Description |
---|---|
class |
SVGCloseSegRep
Class to represent a path close segment
|
class |
SVGCubicSegRep
Class to represent a path cubic segment
|
class |
SVGLineSegRep
Class to represent a path linear segment
|
class |
SVGMoveSegRep
Class to represent a path moveto segment
|
class |
SVGQuadraticSegRep
Class to represent a path quadratic segment
|
Modifier and Type | Field and Description |
---|---|
protected SVGSegRep |
SVGSegRep.next
The next segment in the path
|
protected SVGSegRep |
SVGSegRep.previous
The previous segment in the path
|
Modifier and Type | Method and Description |
---|---|
SVGSegRep |
SVGSegRep.getNextSplineSeg() |
SVGSegRep |
SVGSegRep.getPreviousSplineSeg() |
Modifier and Type | Method and Description |
---|---|
List<SVGSegRep> |
IPathRepOwner.getSegments() |
Modifier and Type | Method and Description |
---|---|
void |
SVGSegRep.setNext(SVGSegRep seg) |
void |
SVGSegRep.setPrevious(SVGSegRep seg) |
Copyright © 2018. All Rights Reserved.