MCPcopy Create free account
hub / github.com/Singular/Singular / setNewSize

Method setNewSize

Singular/LIB/surfex/SaveMovieDialog.java:1158–1162  ·  view source on GitHub ↗
(int h, int w)

Source from the content-addressed store, hash-verified

1156 }
1157
1158 public void setNewSize(int h, int w){
1159 heightvalue=h;
1160 widthvalue=w;
1161 newSize.setText(h+" x "+w);
1162 }
1163
1164 public void setHeight(double h){
1165 if(measure.getSelectedIndex()==0){

Callers 4

SaveMovieDialogMethod · 0.95
actionPerformedMethod · 0.95
updateLabel_newSizeMethod · 0.95
updateSizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected