public class PolylineData extends ShapeData
READONLY_FLAG, settings
コンストラクタと説明 |
---|
PolylineData()
Creates a new instance of polyline, creating a new PolylineI Object.
|
PolylineData(java.util.List<java.awt.geom.Point2D.Double> points,
java.util.List<java.awt.geom.Point2D.Double> points1,
java.util.List<java.awt.geom.Point2D.Double> points2,
java.util.List<java.lang.Integer> maskList)
Create a new instance of the PolylineData, set the points in the polyline.
|
PolylineData(omero.model.Shape shape)
Creates a new instance.
|
修飾子とタイプ | メソッドと説明 |
---|---|
java.util.List<java.lang.Integer> |
getMaskPoints()
Returns the points in the Polyline.
|
java.util.List<java.awt.geom.Point2D.Double> |
getPoints()
Returns the points in the Polyline.
|
java.util.List<java.awt.geom.Point2D.Double> |
getPoints1()
Returns the points in the Polyline.
|
java.util.List<java.awt.geom.Point2D.Double> |
getPoints2()
Returns the points in the Polyline.
|
java.lang.String |
getText()
Returns the text of the shape.
|
void |
setPoints(java.util.List<java.awt.geom.Point2D.Double> points,
java.util.List<java.awt.geom.Point2D.Double> points1,
java.util.List<java.awt.geom.Point2D.Double> points2,
java.util.List<java.lang.Integer> maskList)
Sets the points in the polyline.
|
void |
setText(java.lang.String text)
Sets the text of the shape.
|
fromPoints, getC, getROICoordinate, getShapeSettings, getT, getTransform, getZ, isClientObject, isReadOnly, isVisible, parsePointsToIntegerList, parsePointsToPoint2DList, setC, setClientObject, setDirty, setReadOnly, setROICoordinate, setShapeSettings, setT, setTransform, setVisible, setZ, toNumber, toPoints
asAnnotation, asChannel, asDataset, asExperimenter, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, canAnnotate, canDelete, canEdit, canLink, getCreated, getDetails, getGroupId, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setId, setValue, setVersion, timeOfEvent, toString
public PolylineData(omero.model.Shape shape)
shape
- The shape this object represents.public PolylineData()
public PolylineData(java.util.List<java.awt.geom.Point2D.Double> points, java.util.List<java.awt.geom.Point2D.Double> points1, java.util.List<java.awt.geom.Point2D.Double> points2, java.util.List<java.lang.Integer> maskList)
points
- See Above.public java.lang.String getText()
public void setText(java.lang.String text)
text
- See above.public java.util.List<java.awt.geom.Point2D.Double> getPoints()
public java.util.List<java.awt.geom.Point2D.Double> getPoints1()
public java.util.List<java.awt.geom.Point2D.Double> getPoints2()
public java.util.List<java.lang.Integer> getMaskPoints()
public void setPoints(java.util.List<java.awt.geom.Point2D.Double> points, java.util.List<java.awt.geom.Point2D.Double> points1, java.util.List<java.awt.geom.Point2D.Double> points2, java.util.List<java.lang.Integer> maskList)
points
- The points to set.ponts1
- The points to set.ponts2
- The points to set.maskList
- The points to set.points
- See above.