Uses of Interface
org.loboevolution.svg.SVGNumber
Packages that use SVGNumber
-
Uses of SVGNumber in org.loboevolution.svg
Methods in org.loboevolution.svg that return SVGNumberModifier and TypeMethodDescriptionSVGNumberList.appendItem
(SVGNumber newItem) appendItem.SVGSVGElement.createSVGNumber()
createSVGNumber.SVGNumberList.getItem
(int index) getItem.SVGNumberList.initialize
(SVGNumber newItem) initialize.SVGNumberList.insertItemBefore
(SVGNumber newItem, int index) insertItemBefore.SVGNumberList.removeItem
(int index) removeItem.SVGNumberList.replaceItem
(SVGNumber newItem, int index) replaceItem.Methods in org.loboevolution.svg with parameters of type SVGNumberModifier and TypeMethodDescriptionSVGNumberList.appendItem
(SVGNumber newItem) appendItem.SVGNumberList.initialize
(SVGNumber newItem) initialize.SVGNumberList.insertItemBefore
(SVGNumber newItem, int index) insertItemBefore.SVGNumberList.replaceItem
(SVGNumber newItem, int index) replaceItem. -
Uses of SVGNumber in org.loboevolution.svg.dom
Classes in org.loboevolution.svg.dom that implement SVGNumberMethods in org.loboevolution.svg.dom that return SVGNumberModifier and TypeMethodDescriptionSVGNumberListImpl.appendItem
(SVGNumber newItem) appendItem.SVGSVGElementImpl.createSVGNumber()
createSVGNumber.SVGNumberListImpl.getItem
(int index) getItem.SVGNumberListImpl.initialize
(SVGNumber newItem) initialize.SVGNumberListImpl.insertItemBefore
(SVGNumber newItem, int index) insertItemBefore.SVGNumberListImpl.removeItem
(int index) removeItem.SVGNumberListImpl.replaceItem
(SVGNumber newItem, int index) replaceItem.Methods in org.loboevolution.svg.dom with parameters of type SVGNumberModifier and TypeMethodDescriptionSVGNumberListImpl.appendItem
(SVGNumber newItem) appendItem.SVGNumberListImpl.initialize
(SVGNumber newItem) initialize.SVGNumberListImpl.insertItemBefore
(SVGNumber newItem, int index) insertItemBefore.SVGNumberListImpl.replaceItem
(SVGNumber newItem, int index) replaceItem.