public class NonUniformBSpline extends Command
Class=4, ElementId=24
| Constructor and Description |
|---|
NonUniformBSpline(CgmFile container) |
NonUniformBSpline(CgmFile container,
int splineOrder,
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<CgmPoint> points,
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Double> knots,
double start,
double end) |
NonUniformBSpline(CommandConstructorArguments args) |
| Modifier and Type | Method and Description |
|---|---|
double |
getEndValue() |
List<Double> |
getKnots() |
List<CgmPoint> |
getPoints() |
int |
getSplineOrder() |
double |
getStartValue() |
void |
readFromBinary(IBinaryReader reader)
Reads the binary data from the reader
|
void |
setEndValue(double value) |
void |
setKnots(List<Double> value) |
void |
setPoints(List<CgmPoint> value) |
void |
setSplineOrder(int value) |
void |
setStartValue(double value) |
void |
writeAsBinary(IBinaryWriter writer)
Writes/exports the command as binary mode
|
void |
writeAsClearText(IClearTextWriter writer)
Writes/exports the command as clear text mode
|
assert_, getElementClass, getElementId, toStringpublic NonUniformBSpline(CgmFile container)
public NonUniformBSpline(CommandConstructorArguments args)
public final int getSplineOrder()
public final void setSplineOrder(int value)
public final double getStartValue()
public final void setStartValue(double value)
public final double getEndValue()
public final void setEndValue(double value)
public void readFromBinary(IBinaryReader reader)
CommandReads the binary data from the reader
readFromBinary in class Commandpublic void writeAsBinary(IBinaryWriter writer)
CommandWrites/exports the command as binary mode
writeAsBinary in class Commandwriter - The writer to write the binary content to.public void writeAsClearText(IClearTextWriter writer)
CommandWrites/exports the command as clear text mode
writeAsClearText in class Commandwriter - The text writer to write the clear text to.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.