|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.yworks.yfiles.server.graphml.flexio.data.SliderEdgeLabelModel.ModelParameter
Model parameter for the slider edge label model.
| Constructor Summary | |
SliderEdgeLabelModel.ModelParameter(ILabelModel model)
|
|
| Method Summary | |
java.lang.Object |
clone()
|
ILabelModel |
getModel()
Gets the model that is associated with this parameter. |
double |
getRatio()
The ratio at which to place the label at the segment. |
int |
getSegmentIndex()
The zero-based index of the segment beginning from the source side. |
java.util.Collection |
getSharedInstances()
Returns an Collection for objects that shall be shared. |
void |
setRatio(double ratio)
The ratio at which to place the label at the segment. |
void |
setSegmentIndex(int segmentIndex)
The zero-based index of the segment beginning from the source side. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SliderEdgeLabelModel.ModelParameter(ILabelModel model)
| Method Detail |
public int getSegmentIndex()
public void setSegmentIndex(int segmentIndex)
public double getRatio()
public void setRatio(double ratio)
public ILabelModel getModel()
ILabelModelParameter
getModel in interface ILabelModelParameterpublic java.lang.Object clone()
clone in interface ILabelModelParameterpublic java.util.Collection getSharedInstances()
ISharedInstanceProviderCollection for objects that shall be shared.
getSharedInstances in interface ISharedInstanceProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||