org.osm2world.core.target
Interface RenderableToAllTargets

All Superinterfaces:
Renderable
All Known Subinterfaces:
BuildingModule.BuildingPart.Roof
All Known Implementing Classes:
BuildingModule.Building, BuildingModule.BuildingPart, BuildingModule.BuildingPart.HeightfieldRoof, EmptyCellTerrainPatch, GenericTerrainPatch, RailwayModule.RailJunction, RoadModule.Road, RoadModule.RoadArea, RoadModule.RoadConnector, RoadModule.RoadCrossingAtConnector, RoadModule.RoadJunction, Terrain, TerrainPatch, TunnelModule.Tunnel, TunnelModule.TunnelJunction, WaterModule.RiverJunction, WaterModule.Water, WaterModule.Waterway

public interface RenderableToAllTargets
extends Renderable

representation that only uses methods from Target and can therefore render to all targets supporting these features


Method Summary
 void renderTo(Target<?> target)
           
 

Method Detail

renderTo

void renderTo(Target<?> target)