[][src]Trait crystal_packing::traits::ToSVG

pub trait ToSVG {
    type Value: Node;
    pub fn as_svg(&self) -> Self::Value;
}

Associated Types

Loading content...

Required methods

pub fn as_svg(&self) -> Self::Value[src]

Loading content...

Implementors

impl ToSVG for Cell2[src]

type Value = Group

impl ToSVG for Atom2[src]

type Value = Circle

impl ToSVG for Line2[src]

type Value = Path

impl ToSVG for LJ2[src]

type Value = Circle

impl ToSVG for LineShape[src]

type Value = Group

impl ToSVG for LJShape2[src]

type Value = Group

impl ToSVG for MolecularShape2[src]

type Value = Group

impl ToSVG for Transform2[src]

type Value = Use

impl<S> ToSVG for PackedState<S> where
    S: Shape + Intersect
[src]

type Value = Document

impl<S> ToSVG for PotentialState<S> where
    S: Shape + Potential
[src]

type Value = Document

Loading content...